Class SpongyAnchorWSA
Wrapper class for Unity WorldAnchor, facilitating creation and persistence.
Namespace: Microsoft.MixedReality.WorldLocking.Core
Assembly: cs.temp.dll.dll
Syntax
public class SpongyAnchorWSA : SpongyAnchor
Fields
TrackingStartDelayTime
Timeout that protects against SpatialAnchor easing
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
SpongyPose
Declaration
public override Pose SpongyPose { get; }
Property Value
Type | Description |
---|---|
Pose |