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

Namespace: AW
Assembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100

Syntax

C#
[FlagsAttribute]
public enum AvatarSetFlag
Visual Basic
<FlagsAttribute> _
Public Enumeration AvatarSetFlag
Visual C++
[FlagsAttribute]
public enum class AvatarSetFlag

Members

Member nameValueDescription
None0 Default value. Only sets the type and gesture of the avatar.
Position1 Sets the position of the avatar.
Type2 Sets the type of the avatar.
Gesture4 Sets the gesture of the avatar.
State8 Sets the state of the avatar.

See Also