SK3DNode.ProjectPoint(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.
Projects point
from the 3D scene to the Sprite Kit coordinate system.
[Foundation.Export("projectPoint:")]
public virtual OpenTK.Vector3 ProjectPoint (OpenTK.Vector3 point);
abstract member ProjectPoint : OpenTK.Vector3 -> OpenTK.Vector3
override this.ProjectPoint : OpenTK.Vector3 -> OpenTK.Vector3
Parameters
- point
- Vector3
Returns
- Attributes