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