SCNTransformConstraintHandler Delegate
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.
Delegate used in calls to Create(Boolean, SCNTransformConstraintHandler).
public delegate SceneKit.SCNMatrix4 SCNTransformConstraintHandler(SCNNode node, SCNMatrix4 transform);
type SCNTransformConstraintHandler = delegate of SCNNode * SCNMatrix4 -> SCNMatrix4
Parameters
- node
- SCNNode
- transform
- SCNMatrix4