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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool HasAttribute(
	VertexAttributeUsage attribute
)

Parameters

attribute
Type: Internal.SharpBgfxVertexAttributeUsage
The attribute to check/

Return Value

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