IPlugin.MoveAttachmentPoint(Vector3, AnchorId, Vector3) 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 UnityEngine.Vector3 MoveAttachmentPoint (UnityEngine.Vector3 newFrozenLocation, Microsoft.MixedReality.WorldLocking.Core.AnchorId anchorId, UnityEngine.Vector3 locationFromAnchor);
abstract member MoveAttachmentPoint : UnityEngine.Vector3 * Microsoft.MixedReality.WorldLocking.Core.AnchorId * UnityEngine.Vector3 -> UnityEngine.Vector3
Public Function MoveAttachmentPoint (newFrozenLocation As Vector3, anchorId As AnchorId, locationFromAnchor As Vector3) As Vector3
Parameters
- newFrozenLocation
- UnityEngine.Vector3
- anchorId
- AnchorId
- locationFromAnchor
- UnityEngine.Vector3
Returns
UnityEngine.Vector3