NSValue.FromVector 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.
Overloads
FromVector(SCNVector3) | |
FromVector(SCNVector4) |
FromVector(SCNVector3)
[Foundation.Export("valueWithSCNVector3:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static Foundation.NSValue FromVector (SceneKit.SCNVector3 vector);
static member FromVector : SceneKit.SCNVector3 -> Foundation.NSValue
Parameters
- vector
- SCNVector3
Returns
- Attributes
Applies to
FromVector(SCNVector4)
[Foundation.Export("valueWithSCNVector4:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static Foundation.NSValue FromVector (SceneKit.SCNVector4 vector);
static member FromVector : SceneKit.SCNVector4 -> Foundation.NSValue
Parameters
- vector
- SCNVector4
Returns
- Attributes