Property | Type | Description | |
---|---|---|---|
transform | Transform |
Method | Description | |
---|---|---|
DeselectSceneTools ( ) : void | ||
DrawArrow ( Vector2 origin, float angle, float size ) : void | ||
DrawErrorLabel ( string message ) : void | ||
DrawLabel ( Vector2 position, string label, GUIStyle style ) : void | ||
DrawLine ( Vector2 a, Vector2 b ) : void | ||
DrawLine ( Vector2 a, Vector2 b, float width ) : void | ||
DrawSphere ( Vector2 center, float size ) : void | ||
GetHandleSize ( Vector2 position ) : float | ||
IsAnySceneToolSelected ( ) : bool | ||
PositionHandle2d ( Vector2 position ) : Vector2 | ||
PositionHandle2d ( Vector2 position, bool showSliders ) : Vector2 | ||
PositionHandle2dCube ( Vector2 position, Color color, float scale ) : Vector2 | ||
PositionHandle2dScaled ( Vector2 position, float scale, bool showSliders ) : Vector2 | ||
RectField ( string label, Rect rectangle ) : Rect | ||
RotationHandle2d ( float angle, Vector2 position ) : float | ||
Vector2Field ( string label, Vector2 vector ) : Vector2 | ||
VerticalMultiSlider ( string label, List |
public static DrawArrow ( Vector2 origin, float angle, float size ) : void | ||
origin | Vector2 | |
angle | float | |
size | float | |
return | void |
public static DrawErrorLabel ( string message ) : void | ||
message | string | |
return | void |
public static DrawLabel ( Vector2 position, string label, GUIStyle style ) : void | ||
position | Vector2 | |
label | string | |
style | GUIStyle | |
return | void |
public static DrawLine ( Vector2 a, Vector2 b ) : void | ||
a | Vector2 | |
b | Vector2 | |
return | void |
public static DrawLine ( Vector2 a, Vector2 b, float width ) : void | ||
a | Vector2 | |
b | Vector2 | |
width | float | |
return | void |
public static DrawSphere ( Vector2 center, float size ) : void | ||
center | Vector2 | |
size | float | |
return | void |
public static GetHandleSize ( Vector2 position ) : float | ||
position | Vector2 | |
return | float |
public static IsAnySceneToolSelected ( ) : bool | ||
return | bool |
public static PositionHandle2d ( Vector2 position ) : Vector2 | ||
position | Vector2 | |
return | Vector2 |
public static PositionHandle2d ( Vector2 position, bool showSliders ) : Vector2 | ||
position | Vector2 | |
showSliders | bool | |
return | Vector2 |
public static PositionHandle2dCube ( Vector2 position, Color color, float scale ) : Vector2 | ||
position | Vector2 | |
color | Color | |
scale | float | |
return | Vector2 |
public static PositionHandle2dScaled ( Vector2 position, float scale, bool showSliders ) : Vector2 | ||
position | Vector2 | |
scale | float | |
showSliders | bool | |
return | Vector2 |
public static RectField ( string label, Rect rectangle ) : Rect | ||
label | string | |
rectangle | Rect | |
return | Rect |
public static RotationHandle2d ( float angle, Vector2 position ) : float | ||
angle | float | |
position | Vector2 | |
return | float |
public static Vector2Field ( string label, Vector2 vector ) : Vector2 | ||
label | string | |
vector | Vector2 | |
return | Vector2 |
public static VerticalMultiSlider ( string label, List |
||
label | string | |
values | List |
|
images | List |
|
minValue | float | |
maxValue | float | |
threshold | float | |
thresholdLabel | string | |
size | float | |
upsideDown | bool | |
return | void |