Class XROriginEditor
Custom editor for an XROrigin.
Inherited Members
Namespace: Unity.XR.CoreUtils .Editor
Assembly: solution.dll
Syntax
[CustomEditor(typeof(XROrigin), true)]
[CanEditMultipleObjects]
public class XROriginEditor : Editor
Fields
Name | Description |
---|---|
m_Camera | Serialized |
m_Camera |
Serialized |
m_Camera |
Serialized |
m_Origin |
Serialized |
m_Requested |
Serialized |
m_Tracking |
m_TrackingOriginMode has been deprecated. Use m_RequestedTrackingOriginMode instead. |
Properties
Name | Description |
---|---|
known |
The Serialize |
Methods
Name | Description |
---|---|
Draw |
This method is automatically called by Draw |
Draw |
Draw the current Tracking Origin Mode while the application is playing. |
Draw |
This method is automatically called by Draw |
Draw |
This method is automatically called by On |
Draw |
This method is automatically called by Draw |
Draw |
Draw the standard read-only Script property. |
Get |
Returns a list containing the Serialize |
Initialize |
This method is automatically called by On |
On |
This function is called when the object becomes enabled and active. |
On |
Any inheriting classes should invoke this method. |