AnimatedProperty<TJob, TValue>.

GetValues() Method

Summary

Returns a new array containing the values of all properties.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimatedProperty<TJob, TValue>

Syntax

public TValue[] GetValues()

Remarks

Use Animancer.AnimatedProperty`2.GetValues(`1[]@) to avoid allocating a new array every call.

Return Value

Type Description
TValue[]