FirstModulAR 0.1.0
Loading...
Searching...
No Matches
OVRFMARAnchor Class Reference

Anchor Provider for Oculus/Meta headsets. More...

Inheritance diagram for OVRFMARAnchor:
FMARAnchor

Public Member Functions

 OVRFMARAnchor (string id, OVRSpatialAnchor ovrAnchor)
 Creates an anchor with the given id and ovrAnchor.
 

Properties

override string Id [get]
 The id of the anchor.
 
override Vector3 Position [get]
 The position of the anchor.
 
override Quaternion Rotation [get]
 The rotation of the anchor.
 
OVRSpatialAnchor OvrAnchor [get]
 The source OVR anchor.
 
- Properties inherited from FMARAnchor
string Id [get]
 Gets the unique identifier of the anchor.
 
Vector3 Position [get]
 Gets the position of the anchor.
 
Quaternion Rotation [get]
 Gets the rotation of the anchor.
 

Detailed Description

Anchor Provider for Oculus/Meta headsets.

Constructor & Destructor Documentation

◆ OVRFMARAnchor()

OVRFMARAnchor.OVRFMARAnchor ( string id,
OVRSpatialAnchor ovrAnchor )
inline

Creates an anchor with the given id and ovrAnchor.

Parameters
idThe id of the anchor.
ovrAnchor

Property Documentation

◆ Id

override string OVRFMARAnchor.Id
get

The id of the anchor.

◆ OvrAnchor

OVRSpatialAnchor OVRFMARAnchor.OvrAnchor
get

The source OVR anchor.

◆ Position

override Vector3 OVRFMARAnchor.Position
get

The position of the anchor.

◆ Rotation

override Quaternion OVRFMARAnchor.Rotation
get

The rotation of the anchor.


The documentation for this class was generated from the following file: