SCNGeometry.FromSources(SCNGeometrySource[], SCNGeometryElement[]) 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.
Caution
Use the 'Create (SCNGeometrySource[], SCNGeometryElement[])' method instead, as it has a strongly typed return.
Obsolete. Developers should use the M:SceneKit.SCNGeometry.Create(SCNGeometrySource[], SCNGeometryElement[]) method.
[System.Obsolete("Use the 'Create (SCNGeometrySource[], SCNGeometryElement[])' method instead, as it has a strongly typed return.")]
public static Foundation.NSObject FromSources (SceneKit.SCNGeometrySource[] sources, SceneKit.SCNGeometryElement[] elements);
static member FromSources : SceneKit.SCNGeometrySource[] * SceneKit.SCNGeometryElement[] -> Foundation.NSObject
Parameters
- sources
- SCNGeometrySource[]
- elements
- SCNGeometryElement[]
Returns
- Attributes