BgfxSetTransform(Int32, Int32) Method |
Sets a model transform from the cache.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetTransform(
int cacheIndex,
int count = 1
)
Parameters
- cacheIndex Int32
- The index of the cached matrix.
- count Int32 (Optional)
- The number of matrices to set from the cache.
See Also