DirectionalAnimationSet.

AddDirections(Vector2[], int) Method

Summary

Adds unit vectors corresponding to each of the animations in this set to the `directions`, starting from the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalAnimationSet

Syntax

public void AddDirections(Vector2[] directions, int index)

Parameters

Name Type Description
directions Vector2[]
index int

Return Value

Type Description
void