BgfxSetScissor(Int32) Method |
Sets a scissor rectangle from the cache.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetScissor(
int cacheIndex = -1
)
Parameters
- cacheIndex Int32 (Optional)
- The index of the cached scissor rectangle, or -1 to unset.
See Also