Construct a new instance of the
AvatarAppearanceEventArgs class
Declaration Syntax
C# |
public AvatarAppearanceEventArgs( Simulator sim, UUID avatarID, bool isTrial, Primitive . . :: . . TextureEntryFace defaultTexture, Primitive . . :: . . TextureEntryFace[] faceTextures, List< byte> visualParams, byte appearanceVersion, int COFVersion, AppearanceFlags appearanceFlags )
Parameters
- sim ( Simulator)
- The simulator request was from
- avatarID ( UUID)
- The ID of the agent
- isTrial ( Boolean)
- true of the agent is a trial account
- defaultTexture ( Primitive . . :: . . TextureEntryFace)
- The default agent texture
- faceTextures ( array< Primitive . . :: . . TextureEntryFace > [] () [] [] )
- The agents appearance layer textures
- visualParams ( List < (Of < ( <' Byte > ) > ) > )
- The VisualParamsfor the agent
- appearanceVersion ( Byte)
- COFVersion ( Int32)
- appearanceFlags ( AppearanceFlags)
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)