DirectionalSet<T>.

AddTo(T[], Vector2[], int) Method

Summary

Calls Animancer.DirectionalSet`1.AddTo(`0[],System.Int32) and Animancer.DirectionalSet`1.AddTo(`0[],System.Int32).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalSet<T>

Syntax

public void AddTo(T[] values, Vector2[] directions, int index)

Parameters

Name Type Description
values T[]
directions Vector2[]
index int

Return Value

Type Description
void