Method TryAddReferencePoint
TryAddReferencePoint(Pose, out XRReferencePoint)
Should create a new reference point with the provide pose
.
Declaration
public virtual bool TryAddReferencePoint(Pose pose, out XRReferencePoint referencePoint)
Parameters
Type | Name | Description |
---|---|---|
Pose | pose | The pose, in session space, of the new reference point. |
XRReferencePoint | referencePoint | The new reference point. Must be valid only if this method returns |
Returns
Type | Description |
---|---|
bool | Should return |