Метод | Описание | |
---|---|---|
ClipPolygons ( List |
||
PositionAfter ( this self, int t, int speed, int delay ) : System.Vector2 |
Returns the position on the path after t milliseconds at speed speed.
|
|
SwitchYZ ( this v ) : System.Vector3 | ||
ToPolygon ( this v ) : Polygon | ||
ToPolygons ( this v ) : List |
public static ClipPolygons ( List |
||
polygons | List |
|
Результат | System.Collections.Generic.List |
public static PositionAfter ( this self, int t, int speed, int delay ) : System.Vector2 | ||
self | this | |
t | int | |
speed | int | |
delay | int | |
Результат | System.Vector2 |
public static SwitchYZ ( this v ) : System.Vector3 | ||
v | this | |
Результат | System.Vector3 |
public static ToPolygon ( this v ) : Polygon | ||
v | this | |
Результат | Polygon |
public static ToPolygons ( this v ) : List |
||
v | this | |
Результат | List |