Class SpongyAnchorNull
Wrapper class for a no-op spatial, platform-free anchor.
Inheritance
SpongyAnchorNull
Assembly: cs.temp.dll.dll
Syntax
public class SpongyAnchorNull : SpongyAnchor
Fields
TrackingStartDelayTime
Declaration
public static float TrackingStartDelayTime
Field Value
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
Overrides
SpongyPose
Declaration
public override Pose SpongyPose { get; }
Property Value
Overrides