Click or drag to resize

EncoderSetTransform Method (Int32, Int32)

Sets a model transform from the cache.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetTransform(
	int cacheIndex,
	int count = 1
)

Parameters

cacheIndex
Type: SystemInt32
The index of the cached matrix.
count (Optional)
Type: SystemInt32
The number of matrices to set from the cache.
See Also