[This is preliminary documentation and is subject to change.]

Combinable flags used by the AvatarFlags attribute to determine which attributes are set by AvatarSet(Int32).

Syntax

C#
[FlagsAttribute]
public enum AvatarSetFlag
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration AvatarSetFlag

Members

Member nameDescription
None
Default value. Only sets the type and gesture of the avatar.
Position
Sets the position of the avatar.
Type
Sets the type of the avatar.
Gesture
Sets the gesture of the avatar.
State
Sets the state of the avatar.

See Also