Click or drag to resize

IAvatar Interface

All Avatar's implement this

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

The IAvatar type exposes the following members.

Properties
  NameDescription
Public propertyColor
This Avatar's color
Public propertyOwner
Owner of the Avatar
Public propertyPosition
Gets the position of the Avatar
Public propertyRoot
Gets the root object
Public propertyRotation
Gets the rotation of the Avatar
Public propertyTransforms
The transforms of the Avatar
Top
Methods
  NameDescription
Public methodAreAnyControllersEngaged
Returns true if any controllers are currently engaging an object
Public methodGetBounds
Gets the bounds of the Avatar
Public methodGetController
Gets the controller for the specified hand
Public methodSetLocation
Sets the location of the Avatar
Top
See Also