AvatarParameter
info
- This class is only available on LocalAvatarScripts and LocalScripts
- This class cannot be instantiated
The AvatarParameter class displays current Avatar Parameter information, and allows parameters to be updated.
Instance Properties
Property Name | Property Type | Description |
---|---|---|
Name | string | (Readonly) Gets the name of the parameter |
Type | AvatarParameterType | (Readonly) Gets the Type of Parameter |
IsVisible | bool | (Readonly) Returns true if the parameter is visible on the CurrentAvatar page |
Instance Methods
Method Name | Return Type | Description |
---|---|---|
GetValue | object | Gets the current value of a parameter |
SetValue | void | Sets the current value of a parameter |