Class Skins.SkinDefinition
java.lang.Object
net.risingworld.api.definitions.Skins.SkinDefinition
- Enclosing class:
Skins
-
Field Summary
FieldsModifier and TypeFieldDescriptionPath to the assetString[]Array of bones that need to be assigned to the skinned mesh renderer.Gender which can use this skin definitionbyteInternal type ID of the definitionName of the skin definitionOptional offset for the asset.Root bone for the skinned mesh renderer.Optional scale for the asset.Skin definition type -
Method Summary
-
Field Details
-
id
public byte idInternal type ID of the definition -
name
Name of the skin definition -
type
Skin definition type -
gender
Gender which can use this skin definition -
assetpath
Path to the asset -
rootbone
Root bone for the skinned mesh renderer. May be null -
bones
Array of bones that need to be assigned to the skinned mesh renderer. May be null -
offset
Optional offset for the asset. Only relevant for certain skin definitions. Default: 0 0 0 -
scale
Optional scale for the asset. Only relevant for certain skin definitions. Default: 1 1 1
-
-
Method Details
-
synchronize
public void synchronize()
-