Interface IModelScale


  • public interface IModelScale
    Represents the scaling configuration for a model. Provides access to scaling data for individual parts of a model.
    • Method Detail

      • getPart

        IModelScalePart getPart​(int part)
        Retrieves the scaling settings for a specified model part. Parts are indexed as follows: 0 - head, 1 - body, 2 - arms, 3 - legs.
        Parameters:
        part - the index of the model part.
        Returns:
        the scale configuration for that part.