Méthode | Description | |
---|---|---|
ColorToTex ( Color col ) : |
Creates a texture with just a single color
|
|
DrawNodeCurve ( |
Draws a curve on the screen from one rectangle to the other
|
|
SnapRectToRect ( |
Snaps a rectangle to another rectangle
|
public static ColorToTex ( Color col ) : |
||
col | Color | |
Résultat |
public static DrawNodeCurve ( |
||
start | ||
end | ||
Résultat | void |
public static SnapRectToRect ( |
||
rect | The rectangle to snap | |
snapTo | The rectangle to snap to | |
Résultat | void |