VertexLayoutHasAttribute Method |
Determines whether the layout contains the given attribute.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool HasAttribute(
VertexAttributeUsage attribute
)
Parameters
- attribute VertexAttributeUsage
- The attribute to check/
Return Value
Booleantrue if the layout contains the attribute; otherwise,
false.
See Also