Class AnimBoneWeight

java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimBoneWeight

public final class AnimBoneWeight
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String boneName  
    boolean includeDescendants  
    float weight  
  • Constructor Summary

    Constructors
    Constructor Description
    AnimBoneWeight()  
    AnimBoneWeight​(java.lang.String string, float float1)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • boneName

      public java.lang.String boneName
    • weight

      public float weight
    • includeDescendants

      public boolean includeDescendants
  • Constructor Details

    • AnimBoneWeight

      public AnimBoneWeight()
    • AnimBoneWeight

      public AnimBoneWeight​(java.lang.String string, float float1)