CameraTrackingTransform Class |
Namespace: ImmerseSDK.Camera
public class CameraTrackingTransform : LoggingBehaviour
The CameraTrackingTransform type exposes the following members.
Name | Description | |
---|---|---|
CameraTrackingTransform | Initializes a new instance of the CameraTrackingTransform class |
Name | Description | |
---|---|---|
CanvasTween |
The CanvasTween component on this object
| |
IsCanvasHidden |
Returns true if the canvas is currently set to an alpha of 0
| |
IsTrackingEnabled |
True if this transform is currently tracking the camera, otherwise false
| |
Offset |
The offset for the tracking transform, based on the initial local position of the prefab
| |
ShouldSmoothRotation |
True if the rotation should be smoothed
| |
ShouldToggleGameObject |
Should the object be disabled after hiding, and enabled when showing?
| |
ShowInVROnly |
Determines whether this message should only be shown in VR
|
Name | Description | |
---|---|---|
Awake |
Unity component method
| |
GetCameraToUse | ||
GetOrCreateCanvasTween | ||
GetTargetRotation |
Gets the current rotation
| |
Hide |
Hides the message
| |
Hide(Single) |
Hides the message
| |
SetRotation |
Sets the current rotation
| |
Show |
Shows the message
| |
Update |
Unity component method
|
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.) |