Share via


MDLVertexDescriptor.Layouts Property

Definition

Gets or sets the vertex buffer layouts that describe the corresponding attributes that are contained in the Attributes property.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSMutableArray<ModelIO.MDLVertexBufferLayout> Layouts { [Foundation.Export("layouts", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLayouts:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("layouts", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setLayouts:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Layouts : Foundation.NSMutableArray<ModelIO.MDLVertexBufferLayout> with get, set

Property Value

Attributes

Applies to