Interface EarsLoadOptions

interface EarsLoadOptions {
    makeVisible?: boolean;
    textureType?: "skin" | "standalone";
}

Hierarchy (view full)

Properties

makeVisible?: boolean

Whether to make the object visible after the texture is loaded.

Default Value

true

textureType?: "skin" | "standalone"

The type of the provided ear texture.

  • "standalone" means the provided texture is a 14x7 image that only contains the ears.
  • "skin" means the provided texture is a skin texture with ears, and we will use its ear part.

Default Value

"standalone"

Generated using TypeDoc