Class AnimationBoneWeightBinding
java.lang.Object
zombie.core.skinnedmodel.animation.AnimationBoneBinding
zombie.core.skinnedmodel.animation.AnimationBoneWeightBinding
public class AnimationBoneWeightBinding extends AnimationBoneBinding
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.animation.AnimationBoneBinding
boneName -
Constructor Summary
Constructors Constructor Description AnimationBoneWeightBinding(java.lang.String string, float float1, boolean boolean1)AnimationBoneWeightBinding(AnimBoneWeight animBoneWeight) -
Method Summary
Modifier and Type Method Description voidforEachDescendant(java.util.function.Consumer consumer)booleangetIncludeDescendants()floatgetWeight()voidsetIncludeDescendants(boolean boolean1)voidsetWeight(float float1)Methods inherited from class zombie.core.skinnedmodel.animation.AnimationBoneBinding
getBone, getSkinningData, setSkinningData, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AnimationBoneWeightBinding
-
AnimationBoneWeightBinding
public AnimationBoneWeightBinding(java.lang.String string, float float1, boolean boolean1)
-
-
Method Details
-
getWeight
public float getWeight() -
setWeight
public void setWeight(float float1) -
getIncludeDescendants
public boolean getIncludeDescendants() -
setIncludeDescendants
public void setIncludeDescendants(boolean boolean1) -
forEachDescendant
public void forEachDescendant(java.util.function.Consumer consumer)
-