public class ArmatureMask extends java.lang.Object implements AnimationMask
Constructor and Description |
---|
ArmatureMask() |
Modifier and Type | Method and Description |
---|---|
void |
addBones(Armature armature,
java.lang.String... jointNames)
Add joints to be influenced by this animation mask.
|
void |
addFromJoint(Armature armature,
java.lang.String jointName)
Add a joint and all its sub armature joints to be influenced by this animation mask.
|
boolean |
contains(java.lang.Object target) |
static ArmatureMask |
createMask(Armature armature,
java.lang.String... joints) |
static ArmatureMask |
createMask(Armature armature,
java.lang.String fromJoint) |
public boolean contains(java.lang.Object target)
contains
in interface AnimationMask
public static ArmatureMask createMask(Armature armature, java.lang.String fromJoint)
public static ArmatureMask createMask(Armature armature, java.lang.String... joints)
public void addBones(Armature armature, java.lang.String... jointNames)
public void addFromJoint(Armature armature, java.lang.String jointName)