Inheritance
System.Object
TrackedPoseDriver
public class TrackedPoseDriver : MonoBehaviour
Properties
Declaration
public InputAction positionAction { get; set; }
Property Value
Declaration
public InputAction rotationAction { get; set; }
Property Value
Declaration
public TrackedPoseDriver.TrackingType trackingType { get; set; }
Property Value
Declaration
public TrackedPoseDriver.UpdateType updateType { get; set; }
Property Value
Methods
Declaration
protected virtual void Awake()
Declaration
protected virtual void OnBeforeRender()
Declaration
protected virtual void OnDestroy()
Declaration
protected void OnEnable()
Declaration
protected virtual void OnUpdate()
Declaration
protected virtual void PerformUpdate()
Declaration
protected virtual void SetLocalTransform(Vector3 newPosition, Quaternion newRotation)
Parameters
Type |
Name |
Description |
Vector3 |
newPosition |
|
Quaternion |
newRotation |
|
Declaration
protected void UpdateCallback(InputUpdateType type)
Parameters