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 public bool HasAttribute(
VertexAttributeUsage attribute
)
Parameters
- attribute
- Type: Internal.SharpBgfxVertexAttributeUsage
The attribute to check/
Return Value
Type:
Booleantrue if the layout contains the attribute; otherwise,
false.
See Also