Click or drag to resize

VertexLayoutHasAttribute Method

Determines whether the layout contains the given attribute.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool HasAttribute(
	VertexAttributeUsage attribute
)

Parameters

attribute  VertexAttributeUsage
The attribute to check/

Return Value

Boolean
true if the layout contains the attribute; otherwise, false.
See Also