C# Class DirectionsExtensions, Unity-SRPG

Mostrar archivo Open project: Policenaut/Unity-SRPG Class Usage Examples

Public Methods

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

Method Details

GetDirection() public static method

public static GetDirection ( this p ) : Directions,
p this
return Directions,

GetDirection() public static method

public static GetDirection ( this t1, Tile, t2 ) : Directions,
t1 this
t2 Tile,
return Directions,

ToDirection() public static method

public static ToDirection ( this v ) : Directions,
v this
return Directions,

ToEuler() public static method

public static ToEuler ( this d ) : Vector3
d this
return Vector3