Click or drag to resize

AvatarIndex Class

Inheritance Hierarchy
SystemObject
  ImmerseSDK.AvatarsAvatarIndex

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class AvatarIndex

The AvatarIndex type exposes the following members.

Constructors
  NameDescription
Public methodAvatarIndex
Initializes a new instance of the AvatarIndex class
Top
Properties
  NameDescription
Public propertyLocalAvatar
Returns the local user avatar
Top
Methods
  NameDescription
Public methodFind(UserID)
Returns the user avatar for the given user id
Public methodFindT(UserID)
Returns the user avatar for the given user id, cast to the given type or interface
Top
Events
  NameDescription
Public eventOnAvatarRegistered
Fired when an Avatar is instantiated
Public eventOnAvatarRemoved
Fired when an Avatar is destroyed
Top
See Also