Summary
Returns an array at least as large as the `count`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ManualMixerState
Syntax
public static float[] GetTemporaryFloatArray(int count)
Remarks
The same array is returned by subsequent calls as long as it's large enough
and it isn't cleared between calls so it will contain the previous data.
Parameters
Name | Type | Description |
---|---|---|
count | int |
Return Value
Type | Description |
---|---|
float[] |