Combinable flags used by the AvatarFlags attribute to determine which attributes are set by AvatarSet(Int32).
Namespace: AWAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | Default value. Only sets the type and gesture of the avatar. | |
| Position | 1 | Sets the position of the avatar. | |
| Type | 2 | Sets the type of the avatar. | |
| Gesture | 4 | Sets the gesture of the avatar. | |
| State | 8 | Sets the state of the avatar. |