Метод | Описание | |
---|---|---|
DrawArrow ( |
||
DrawArrow ( |
||
DrawBounds ( |
||
RestoreColor ( ) : void |
Restores the stored Gizmos color from StoreColor(Color)
|
|
StoreColor ( |
Stores the current Gizmos color and switches to a new color. Used in conjunction with RestoreColor
|
public static DrawArrow ( |
||
pos | ||
direction | ||
color | ||
arrowHeadLength | float | |
arrowHeadAngle | float | |
Результат | void |
public static DrawArrow ( |
||
pos | ||
direction | ||
arrowHeadLength | float | |
arrowHeadAngle | float | |
Результат | void |
public static DrawBounds ( |
||
b | ||
Результат | void |
public static StoreColor ( |
||
color | ||
Результат | void |