Skip to main content

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 NameProperty TypeDescription
Namestring(Readonly) Gets the name of the parameter
TypeAvatarParameterType(Readonly) Gets the Type of Parameter
IsVisiblebool(Readonly) Returns true if the parameter is visible on the CurrentAvatar page

Instance Methods

Method NameReturn TypeDescription
GetValueobjectGets the current value of a parameter
SetValuevoidSets the current value of a parameter