Свойство | Type | Description | |
---|---|---|---|
AddConnection | void | ||
AddNodeFromCode | void | ||
AddNodeFromGUI | void | ||
AddNodeGUI | void | ||
BuildFromMenu | void | ||
BuildFromMenuValidator | bool | ||
ConstructGraphFromSaveData | void | ||
DeleteCache | void | ||
DeleteConnectionById | void | ||
DeleteImportSettingSample | void | ||
DrawGUINodeErrors | void | ||
DrawGUINodeGraph | void | ||
DrawGUIToolBar | void | ||
DrawStraightLineFromCurrentEventSourcePointTo | void | ||
FindNodeByPosition | |||
GenerateModifier | void | ||
GeneratePostprocess | void | ||
GeneratePrefabBuilder | void | ||
GetDragAndDropAcceptableScriptType | |||
GetSafeWindowId | int | ||
HandleGraphGUIEvents | void | ||
HandleNodeEvent | void | ||
Init | void | ||
IsConnectablePointFromTo | bool | ||
JsonRepresentations | List |
||
Open | void | ||
RefreshInspector | void | ||
RenewActiveObject | ActiveObject | ||
ResetNodeExceptionPool | void | ||
Run | void | ||
SaveGraph | void | ||
SaveGraphWithReload | void | ||
Setup | void | ||
ShowErrorOnNodes | void | ||
UpdateActivationOfObjects | void | ||
UpdateSpacerRect | void |
Méthode | Description | |
---|---|---|
AddNodeException ( |
||
DeleteNode ( string deletingNodeId ) : void | ||
DuplicateNode ( |
||
GenerateScript ( ScriptType scriptType ) : void | ||
GetIncomingAssetGroups ( |
||
GetUnusedWindowId ( ) : int | ||
HandleConnectionEvent ( |
||
InitializeGraph ( ) : void | ||
LoadTextureFromFile ( string path ) : |
||
OnEnable ( ) : void | ||
OnFocus ( ) : void | ||
OnGUI ( ) : void | ||
OnLostFocus ( ) : void | ||
SelectNode ( string nodeId ) : void |
Méthode | Description | |
---|---|---|
AddConnection ( string label, |
||
AddNodeFromCode ( string name, string scriptClassName, |
||
AddNodeFromGUI ( NodeKind kind, float x, float y ) : void | ||
AddNodeGUI ( |
||
BuildFromMenu ( ) : void | ||
BuildFromMenuValidator ( ) : bool | ||
ConstructGraphFromSaveData ( SaveData saveData, List |
||
DeleteCache ( ) : void | ||
DeleteConnectionById ( string id ) : void | ||
DeleteImportSettingSample ( ) : void | ||
DrawGUINodeErrors ( ) : void | ||
DrawGUINodeGraph ( ) : void | ||
DrawGUIToolBar ( ) : void | ||
DrawStraightLineFromCurrentEventSourcePointTo ( Vector2 to, |
||
FindNodeByPosition ( Vector2 globalPos ) : |
||
GenerateModifier ( ) : void | ||
GeneratePostprocess ( ) : void | ||
GeneratePrefabBuilder ( ) : void | ||
GetDragAndDropAcceptableScriptType ( |
||
GetSafeWindowId ( List |
||
HandleGraphGUIEvents ( ) : void | ||
HandleNodeEvent ( |
||
Init ( ) : void | ||
IsConnectablePointFromTo ( |
||
JsonRepresentations ( List |
||
Open ( ) : void | ||
RefreshInspector ( Dictionary |
||
RenewActiveObject ( List |
||
ResetNodeExceptionPool ( ) : void | ||
Run ( BuildTarget target ) : void | ||
SaveGraph ( ) : void | ||
SaveGraphWithReload ( bool silent = false ) : void | ||
Setup ( BuildTarget target ) : void | ||
ShowErrorOnNodes ( ) : void | ||
UpdateActivationOfObjects ( ActiveObject currentActiveObject ) : void | ||
UpdateSpacerRect ( ) : void |
public static AddNodeException ( |
||
nodeEx | ||
Résultat | void |
public DeleteNode ( string deletingNodeId ) : void | ||
deletingNodeId | string | |
Résultat | void |
public DuplicateNode ( |
||
node | ||
Résultat | void |
public static GenerateScript ( ScriptType scriptType ) : void | ||
scriptType | ScriptType | |
Résultat | void |
public static GetIncomingAssetGroups ( |
||
inputPoint | ||
Résultat | List |
public HandleConnectionEvent ( |
||
e | ||
Résultat | void |
public static LoadTextureFromFile ( string path ) : |
||
path | string | |
Résultat |