Click or drag to resize

BgfxSetTransform(Int32, Int32) Method

Sets a model transform from the cache.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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