void | Indicates that a new element is tracking. |
void | UntrackElement ( int id ) Indicates that an element is no longer being tracked. |
void | Indicates that the tracked element should snap. |
void | UnsnapElement ( int id ) Indicates that the element should no longer snap. |
void | Indicates that a tracked element pose has updated. |
bool | The target snap pose for a queried element id. |
void | InjectAllSurfaceSnapPoseDelegate ( ISurface surface ) |
void | InjectSurface ( ISurface surface ) |
| ISurface Oculus.Interaction.SurfaceSnapPoseDelegate.Surface |
|---|
No description available.
|
| virtual void Oculus.Interaction.SurfaceSnapPoseDelegate.Awake ( ) |
|---|
No description available.
|
| virtual void Oculus.Interaction.SurfaceSnapPoseDelegate.Start ( ) |
|---|
No description available.
|
| void Oculus.Interaction.SurfaceSnapPoseDelegate.TrackElement ( int id, Pose p ) |
|---|
Indicates that a new element is tracking. Parameters id The element id to track. poseThe pose of the element. |
| void Oculus.Interaction.SurfaceSnapPoseDelegate.UntrackElement ( int id ) |
|---|
Indicates that an element is no longer being tracked. Parameters id The element id to stop tracking. |
| void Oculus.Interaction.SurfaceSnapPoseDelegate.SnapElement ( int id, Pose pose ) |
|---|
Indicates that the tracked element should snap. Parameters id The element id to snap. poseThe pose of the element. |
| void Oculus.Interaction.SurfaceSnapPoseDelegate.UnsnapElement ( int id ) |
|---|
Indicates that the element should no longer snap. Parameters id The element id to stop snapping. |
| void Oculus.Interaction.SurfaceSnapPoseDelegate.MoveTrackedElement ( int id, Pose p ) |
|---|
Indicates that a tracked element pose has updated. Parameters id The element id. poseThe new element pose. |
| bool Oculus.Interaction.SurfaceSnapPoseDelegate.SnapPoseForElement ( int id, Pose pose, out Pose result ) |
|---|
The target snap pose for a queried element id. Parameters id The element id. poseThe target pose. Returns True if the element has a pose to snap to. |
| void Oculus.Interaction.SurfaceSnapPoseDelegate.InjectAllSurfaceSnapPoseDelegate ( ISurface surface ) |
|---|
No description available.
|
| void Oculus.Interaction.SurfaceSnapPoseDelegate.InjectSurface ( ISurface surface ) |
|---|
No description available.
|