Class SpongyAnchorXR
Wrapper class for Unity XRAnchor, facilitating creation and persistence.
Namespace: Microsoft.MixedReality.WorldLocking.Core
Assembly: cs.temp.dll.dll
Syntax
public class SpongyAnchorXR : SpongyAnchor
Fields
TrackingStartDelayTime
Declaration
public static float TrackingStartDelayTime
Field Value
Type | Description |
---|---|
Single |
Properties
IsLocated
Returns true if the anchor is reliably located. False might mean loss of tracking or not fully initialized.
Declaration
public override bool IsLocated { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
IsReliablyLocated
Whether the anchor is being tracked reliably.
Declaration
public bool IsReliablyLocated { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
This state is managed by the anchor manager.
SpongyPose
Declaration
public override Pose SpongyPose { get; }
Property Value
Type | Description |
---|---|
Pose |