AnimatedProperty<TJob, TValue>.

this[int] Property

Summary

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

Syntax

public TValue this[int index] { get; }

Remarks

This indexer is identical to Animancer.AnimatedProperty`2.GetValue(System.Int32).

Parameters

Name Type Description
index int

Value

Type Description
TValue