Interface IFramePart


  • public interface IFramePart
    • Method Detail

      • getName

        java.lang.String getName()
      • getPartId

        int getPartId()
      • setPart

        IFramePart setPart​(java.lang.String name)
      • getRotations

        float[] getRotations()
      • setRotations

        IFramePart setRotations​(float[] rotation)
      • getPivots

        float[] getPivots()
      • setPivots

        IFramePart setPivots​(float[] pivot)
      • isCustomized

        boolean isCustomized()
      • setCustomized

        IFramePart setCustomized​(boolean customized)
      • getSpeed

        float getSpeed()
      • isSmooth

        byte isSmooth()
      • setSmooth

        IFramePart setSmooth​(byte smooth)