Class YVRBaseRig
Base class of rigid class
Inheritance
Object
Component
Behaviour
MonoBehaviour
YVRBaseRig
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public class YVRBaseRig : MonoBehaviour
Fields
Name | Description |
---|---|
hmdPose | Base class of rigid class |
lControllerPose | Base class of rigid class |
leftEyePose | Base class of rigid class |
rControllerPose | Base class of rigid class |
rightEyePose | Base class of rigid class |
yvrXRDevices | Base class of rigid class |
Properties
Name | Description |
---|---|
trackingSpace | The parent of all tracking anchors |
Methods
Name | Description |
---|---|
ConfigureAnchor(Transform, string) | Configure an anchor |
Initialize(YVRManager) | Initialize function which will be triggered by YVRManager |
InitializeAnchor() | Initialization function for derived classes to override |
OnDestroy() | Equals to MonoBehavior.OnDestroy |
UpdateAnchorPose(RigUpdateType) | Get the pose of the anchors and assign it to each anchor |
UpdatePhysicalAnchorPose() | Base class of rigid class |
UpdateRenderingAnchorPose() | Base class of rigid class |