C# Class DirectionsExtensions, Unity-SRPG

Afficher le fichier Open project: Policenaut/Unity-SRPG Class Usage Examples

Méthodes publiques

Méthode Description
GetDirection ( this p ) : Directions,
GetDirection ( this t1, Tile, t2 ) : Directions,
ToDirection ( this v ) : Directions,
ToEuler ( this d ) : Vector3

Method Details

GetDirection() public static méthode

public static GetDirection ( this p ) : Directions,
p this
Résultat Directions,

GetDirection() public static méthode

public static GetDirection ( this t1, Tile, t2 ) : Directions,
t1 this
t2 Tile,
Résultat Directions,

ToDirection() public static méthode

public static ToDirection ( this v ) : Directions,
v this
Résultat Directions,

ToEuler() public static méthode

public static ToEuler ( this d ) : Vector3
d this
Résultat Vector3