Поделиться через


MDLSubmesh.FromGeometryElement Метод

Определение

Перегрузки

FromGeometryElement(SCNGeometryElement, IMDLMeshBufferAllocator)

Создает новую вложенную строку из предоставленного элемента Scene Kit.

FromGeometryElement(SCNGeometryElement)

Создает новый объект MDLSubmesh из указанного геометрического элемента Scene Kit.

FromGeometryElement(SCNGeometryElement, IMDLMeshBufferAllocator)

Создает новую вложенную строку из предоставленного элемента Scene Kit.

[Foundation.Export("submeshWithSCNGeometryElement:bufferAllocator:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static ModelIO.MDLSubmesh FromGeometryElement (SceneKit.SCNGeometryElement element, ModelIO.IMDLMeshBufferAllocator bufferAllocator);
static member FromGeometryElement : SceneKit.SCNGeometryElement * ModelIO.IMDLMeshBufferAllocator -> ModelIO.MDLSubmesh

Параметры

bufferAllocator
IMDLMeshBufferAllocator

Будет добавлено.

Этот параметр может иметь значение null.

Возвращаемое значение

Атрибуты

Применяется к

FromGeometryElement(SCNGeometryElement)

Создает новый объект MDLSubmesh из указанного геометрического элемента Scene Kit.

[Foundation.Export("submeshWithSCNGeometryElement:")]
public static ModelIO.MDLSubmesh FromGeometryElement (SceneKit.SCNGeometryElement element);
static member FromGeometryElement : SceneKit.SCNGeometryElement -> ModelIO.MDLSubmesh

Параметры

Возвращаемое значение

Атрибуты

Применяется к