A function defined in __bbmod_cullmode.gml
bbmod_cullmode_to_string(_cullmode)
Retrieves a name of a cull mode.
Name | Type | Description |
---|---|---|
_cullmode | Constant.CullMode |
The cull mode to get the name of. Use one of the cull_* constants. |
String
The name of the cull mode or an empty string on error.
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.