Enum AvatarHand
Represents which hand holds an equippable item in third-person view.
public enum AvatarHand
- Extension Methods
Fields
Left = 0Left hand holds the item.
Right = 1Right hand holds the item (default).
Represents which hand holds an equippable item in third-person view.
public enum AvatarHand
Left = 0Left hand holds the item.
Right = 1Right hand holds the item (default).