CreatureAvatarExtended

From Virtual World Web Wiki
Jump to: navigation, search

Represents an avatar ove a certain creature type

Remarks [edit]

Properties

bool AllowJump {get; set;}
A shortcut that creates a property modification on the "MyAppearance" avatar modification layer that sets the avatar's animation controller AllowJump property. This is preferable to setting the property directly since is will survive avatar rebuilds.
string CreatureType {get;}
Gets the identifier of the creature type of this avatar
string CurrentForm {get;}
Gets the identifier of the current form of this avatar
Color32 EyeColor {get; set;}
A shortcut that creates a property modification on the "MyAppearance" avatar modification layer that will change this avatar's eye color, assuming there are eyes, and an appropriate material to modify at Eyes/Eyes/Eye_Colour
Color32 HairColor {get; set;}
A shortcut that creates a property modification on the "MyAppearance" avatar modification layer that will change this avatar's hair color, assuming there is a hair attachment with an appropriate material to modify at "Hair/Hair/Hair/_Color
DOMPhysicsPace MaxPace {get; set;}
A shortcut that creates a property modification on the "MyAppearance" avatar modification layer that sets the avatar's animation controller MaxPace property. This is preferable to setting the property directly since is will survive avatar rebuilds.