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
ConstructorDescriptionAnimationBoneWeightBinding
(String string, float float1, boolean boolean1) AnimationBoneWeightBinding
(AnimBoneWeight animBoneWeight) -
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachDescendant
(Consumer consumer) boolean
float
void
setIncludeDescendants
(boolean boolean1) void
setWeight
(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
-