SpatialGraphInteropFrameOfReferencePreview.CoordinateSystemToNodeTransform Property
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.
Gets the transform from the basis coordinate system to the static node.
public:
property float4x4 CoordinateSystemToNodeTransform { float4x4 get(); };
float4x4 CoordinateSystemToNodeTransform();
public Matrix4x4 CoordinateSystemToNodeTransform { get; }
var matrix4x4 = spatialGraphInteropFrameOfReferencePreview.coordinateSystemToNodeTransform;
Public ReadOnly Property CoordinateSystemToNodeTransform As Matrix4x4
Property Value
The transform.