PublisherASA.CreateLocalPeg(String, Pose) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg> CreateLocalPeg (string id, UnityEngine.Pose lockedPose);
abstract member CreateLocalPeg : string * UnityEngine.Pose -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg>
override this.CreateLocalPeg : string * UnityEngine.Pose -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg>
Public Function CreateLocalPeg (id As String, lockedPose As Pose) As Task(Of ILocalPeg)
Parameters
- id
- String
- lockedPose
- UnityEngine.Pose