AvatarTransformInfo Class |
Namespace: ImmerseSDK.Avatars
[HelpURLAttribute("https://immerse.readme.io/")] public class AvatarTransformInfo : UnityEngine.MonoBehaviour
The AvatarTransformInfo type exposes the following members.
Name | Description | |
---|---|---|
AvatarTransformInfo | Initializes a new instance of the AvatarTransformInfo class |
Name | Description | |
---|---|---|
CameraMainVR |
The camera that renders the main world geometry
| |
CameraOverlaysVR |
The camera that renders VR specific overlays that need to appear infront of everything else
| |
Head |
The Head transform
| |
LeftHand |
The LeftHand transform
| |
NameTooltipLocation |
Location of the name tooltip
| |
RightHand |
The RightHand transform
| |
UiFader |
The UI Fader cube that blocks the background when UI is displayed
|
Name | Description | |
---|---|---|
_cameraMainVR |
The camera that renders the main world geometry
| |
_cameraOverlaysVR |
The camera that renders VR specific overlays that need to appear infront of everything else
| |
_head |
The Head transform
| |
_leftHand |
The LeftHand transform
| |
_nameTooltipLocation |
Location of the name tooltip
| |
_rightHand |
The RightHand transform
| |
_uiFader |
The UI Fader cube that blocks the background when UI is displayed
| |
Count |
Number of transforms we track
|
Name | Description | |
---|---|---|
GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) | |
WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |