SCNGeometry.GetGeometrySourcesForSemantic(String) Method

Definition

Returns an array of all the geometry sources that have the specified semantic.

[Foundation.Export("geometrySourcesForSemantic:")]
public virtual SceneKit.SCNGeometrySource[] GetGeometrySourcesForSemantic (string semantic);
abstract member GetGeometrySourcesForSemantic : string -> SceneKit.SCNGeometrySource[]
override this.GetGeometrySourcesForSemantic : string -> SceneKit.SCNGeometrySource[]

Parameters

semantic
String

Returns

Attributes

Applies to