Package com.jme3.anim

Interface AnimationMask

All Known Implementing Classes:
ArmatureMask

public interface AnimationMask
Created by Nehon An AnimationMask is defining a subset of elements on which an animation will be applied. Most used implementation is the ArmatureMask that defines a subset of joints in an Armature.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(Object target)
    Test whether the animation should be applied to the specified element.
  • Method Details

    • contains

      boolean contains(Object target)
      Test whether the animation should be applied to the specified element.
      Parameters:
      target - the target element
      Returns:
      true if animation should be applied, otherwise false