Свойство | Type | Description | |
---|---|---|---|
scaleFactor | float |
Méthode | Description | |
---|---|---|
AppendErrorSources ( List |
||
Conitains ( Vector2 globalPos ) : bool | ||
DrawConnectionInputPointMark ( |
||
DrawConnectionOutputPointMark ( |
||
DrawNode ( ) : void | ||
Duplicate ( float newX, float newY ) : |
||
FindConnectionPointByPosition ( Vector2 globalPos ) : |
||
GetBottomPos ( ) : int | ||
GetPos ( ) : Vector2 | ||
GetRect ( ) : |
||
GetRightPos ( ) : int | ||
GetX ( ) : int | ||
GetY ( ) : int | ||
HideProgress ( ) : void | ||
MoveRelative ( Vector2 diff ) : void | ||
NodeGUI ( |
||
ResetErrorStatus ( ) : void | ||
ScaleEffect ( |
||
ScaleEffect ( Vector2 nonScaledVector2 ) : Vector2 | ||
SetActive ( ) : void | ||
SetInactive ( ) : void | ||
SetPos ( Vector2 position ) : void | ||
SetProgress ( float val ) : void | ||
ShowFilterKeyTypeMenu ( string current, Action |
||
ShowProgress ( ) : void | ||
ShowTypeNamesMenu ( string current, List |
||
UpdateNodeRect ( ) : void |
Méthode | Description | |
---|---|---|
DrawNodeContents ( ) : void | ||
DrawThisNode ( int id ) : void | ||
HandleNodeEvent ( ) : void | ||
IsOverConnectionPoint ( Vector2 touchedPoint ) : |
||
RefreshConnectionPos ( ) : void |
public AppendErrorSources ( List |
||
errors | List |
|
Résultat | void |
public Conitains ( Vector2 globalPos ) : bool | ||
globalPos | Vector2 | |
Résultat | bool |
public DrawConnectionInputPointMark ( |
||
eventSource | ||
justConnecting | bool | |
Résultat | void |
public DrawConnectionOutputPointMark ( |
||
eventSource | ||
justConnecting | bool | |
current | ||
Résultat | void |
public Duplicate ( float newX, float newY ) : |
||
newX | float | |
newY | float | |
Résultat |
public FindConnectionPointByPosition ( Vector2 globalPos ) : |
||
globalPos | Vector2 | |
Résultat |
public MoveRelative ( Vector2 diff ) : void | ||
diff | Vector2 | |
Résultat | void |
public static ScaleEffect ( |
||
nonScaledRect | ||
Résultat |
public static ScaleEffect ( Vector2 nonScaledVector2 ) : Vector2 | ||
nonScaledVector2 | Vector2 | |
Résultat | Vector2 |
public static ShowFilterKeyTypeMenu ( string current, Action |
||
current | string | |
Selected | Action |
|
Résultat | void |
public static ShowTypeNamesMenu ( string current, List |
||
current | string | |
contents | List |
|
ExistSelected | Action |
|
Résultat | void |