다음을 통해 공유


SCNGeometryElement.FromData 메서드

정의

제공된 값에서 새 geometry 요소를 만듭니다.

[Foundation.Export("geometryElementWithData:primitiveType:primitiveCount:bytesPerIndex:")]
public static SceneKit.SCNGeometryElement FromData (Foundation.NSData data, SceneKit.SCNGeometryPrimitiveType primitiveType, nint primitiveCount, nint bytesPerIndex);
static member FromData : Foundation.NSData * SceneKit.SCNGeometryPrimitiveType * nint * nint -> SceneKit.SCNGeometryElement

매개 변수

data
NSData

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

primitiveType
SCNGeometryPrimitiveType
primitiveCount
System.System.IntPtr System.nativeint
bytesPerIndex
System.System.IntPtr System.nativeint

반환

특성

적용 대상