AnimatedProperty<TJob, TValue>.

GetValues(TValue[]) Method

Summary

Resizes the `values` if necessary and copies the value of each property into it.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimatedProperty<TJob, TValue>

Syntax

public void GetValues(ref TValue[] values)

Parameters

Name Type Description
values TValue[]

Return Value

Type Description
void