Interface ILocalPeg
A data blob with enough information to be saved to the cloud and reconstructed from the cloud in a later session or on a different device.
Namespace: Microsoft.MixedReality.WorldLocking.ASA
Assembly: cs.temp.dll.dll
Syntax
public interface ILocalPeg
Remarks
In a better world, this construct would be hidden in the internals of the
IPublisher interface. Unfortunately, the IPublisher doesn't know when the best
time to create a local peg is, and so has to leave that to the application.
See Create
Properties
GlobalPose
The current global pose for the blob.
Declaration
Pose GlobalPose { get; }
Property Value
Type | Description |
---|---|
Pose |
IsReadyForPublish
Is there enough information to publish this anchor to the cloud?
Declaration
bool IsReadyForPublish { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
The name for this peg.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |