Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpatialGraphInteropPreview.CreateLocatorForNode(Guid) 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.

Creates a spatial locator that tracks the motion of a dynamic spatial node.

public:
 static SpatialLocator ^ CreateLocatorForNode(Platform::Guid nodeId);
 static SpatialLocator CreateLocatorForNode(winrt::guid const& nodeId);
public static SpatialLocator CreateLocatorForNode(Guid nodeId);
function createLocatorForNode(nodeId)
Public Shared Function CreateLocatorForNode (nodeId As Guid) As SpatialLocator

Parameters

nodeId
Guid

Platform::Guid

winrt::guid

The dynamic spatial node's ID.

Returns

The spatial locator.

Applies to


Feedback

Was this page helpful?