SCNNode.ConvertTransformToNode(SCNMatrix4, SCNNode) 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.
Converts transform
, provided in this node's coordinate space, into the coordinate space of node
.
[Foundation.Export("convertTransform:toNode:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SceneKit.SCNMatrix4 ConvertTransformToNode (SceneKit.SCNMatrix4 transform, SceneKit.SCNNode node);
abstract member ConvertTransformToNode : SceneKit.SCNMatrix4 * SceneKit.SCNNode -> SceneKit.SCNMatrix4
override this.ConvertTransformToNode : SceneKit.SCNMatrix4 * SceneKit.SCNNode -> SceneKit.SCNMatrix4
Parameters
- transform
- SCNMatrix4
Returns
- Attributes