Class AnimationBoneWeightBinding
java.lang.Object
zombie.core.skinnedmodel.animation.AnimationBoneBinding
zombie.core.skinnedmodel.animation.AnimationBoneWeightBinding
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.animation.AnimationBoneBinding
boneName -
Constructor Summary
ConstructorsConstructorDescriptionAnimationBoneWeightBinding(String string, float float1, boolean boolean1) AnimationBoneWeightBinding(AnimBoneWeight animBoneWeight) -
Method Summary
Modifier and TypeMethodDescriptionvoidforEachDescendant(Consumer consumer) booleanfloatvoidsetIncludeDescendants(boolean boolean1) voidsetWeight(float float1) Methods inherited from class zombie.core.skinnedmodel.animation.AnimationBoneBinding
getBone, getSkinningData, setSkinningData, toString
-
Constructor Details
-
AnimationBoneWeightBinding
-
AnimationBoneWeightBinding
-
-
Method Details
-
getWeight
public float getWeight() -
setWeight
public void setWeight(float float1) -
getIncludeDescendants
public boolean getIncludeDescendants() -
setIncludeDescendants
public void setIncludeDescendants(boolean boolean1) -
forEachDescendant
-