Plugin.CreateAttachmentPointFromSpawner 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 void CreateAttachmentPointFromSpawner (Microsoft.MixedReality.WorldLocking.Core.AnchorId contextAnchorId, UnityEngine.Vector3 contextLocationFromAnchor, UnityEngine.Vector3 frozenPosition, out Microsoft.MixedReality.WorldLocking.Core.AnchorId anchorId, out UnityEngine.Vector3 locationFromAnchor);
abstract member CreateAttachmentPointFromSpawner : Microsoft.MixedReality.WorldLocking.Core.AnchorId * UnityEngine.Vector3 * UnityEngine.Vector3 * AnchorId * Vector3 -> unit
override this.CreateAttachmentPointFromSpawner : Microsoft.MixedReality.WorldLocking.Core.AnchorId * UnityEngine.Vector3 * UnityEngine.Vector3 * AnchorId * Vector3 -> unit
Public Sub CreateAttachmentPointFromSpawner (contextAnchorId As AnchorId, contextLocationFromAnchor As Vector3, frozenPosition As Vector3, ByRef anchorId As AnchorId, ByRef locationFromAnchor As Vector3)
Parameters
- contextAnchorId
- AnchorId
- contextLocationFromAnchor
- UnityEngine.Vector3
- frozenPosition
- UnityEngine.Vector3
- anchorId
- AnchorId
- locationFromAnchor
- UnityEngine.Vector3