Properties
| Property | Type | Default | Description |
|---|---|---|---|
id | String | The unique identifier for this entry. | |
name | String | The internal name of the entry. | |
limbId | Var<String> | "" | The BetterModel limb ID to use (from the limbs folder in BetterModel). |
defaultAnimationSettings | Object | Default animation settings for the player limb. | |
focusOffset | Vector | 0,0,0 | Offset used as the focus point for interaction bounds. |
Default Animation Settings
| Property | Type | Default | Description |
|---|---|---|---|
idle | Var<String> | idle | The animation to play when the entity is idle. |
walk | Var<String> | walk | The animation to play when the entity is moving. |
walkAnimation | Boolean | true | Whether to automatically switch to the walk animation when moving. |