AnimatedProperty<TJob, TValue>.

GetValue(int) Method

Summary

Returns the value of the property at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimatedProperty<TJob, TValue>

Syntax

public TValue GetValue(int index)

Remarks

This method is identical to Animancer.AnimatedProperty`2.Item(System.Int32).

Parameters

Name Type Description
index int

Return Value

Type Description
TValue