AnimancerUtilities.

GetDirection(string) Method

Summary

Attempts to interpret the `name` as a direction based on the presence of the characters RLUD corresponding to Right, Left, Up, and Down.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static Vector2Int GetDirection(string name)

Parameters

Name Type Description
name string

Return Value

Type Description
Vector2Int