Method | Description | |
---|---|---|
AddFilterCondition ( string keyword, string keytype ) : void | ||
AddInputPoint ( string label ) : |
||
AddOutputPoint ( string label ) : |
||
AddVariant ( string name ) : void | ||
Duplicate ( ) : |
||
FindConnectionPoint ( string id ) : |
||
FindInputPoint ( string id ) : |
||
FindOutputPoint ( string id ) : |
||
GetLoaderFullLoadPath ( BuildTarget g ) : string | ||
NodeData ( object>.Dictionary |
||
NodeData ( string name, NodeKind kind, float x, float y ) : System | ||
RemoveFilterCondition ( |
||
RemoveVariant ( Variant v ) : void | ||
ToJsonDictionary ( ) : object>.Dictionary |
||
ToJsonString ( ) : string | ||
Validate ( List |
||
ValidateOverlappingFilterCondition ( bool throwException ) : bool |
Method | Description | |
---|---|---|
TestCreateScriptInstance ( ) : bool | ||
ValidateAccess ( ) : void |
public AddFilterCondition ( string keyword, string keytype ) : void | ||
keyword | string | |
keytype | string | |
return | void |
public AddInputPoint ( string label ) : |
||
label | string | |
return |
public AddOutputPoint ( string label ) : |
||
label | string | |
return |
public FindConnectionPoint ( string id ) : |
||
id | string | |
return |
public FindInputPoint ( string id ) : |
||
id | string | |
return |
public FindOutputPoint ( string id ) : |
||
id | string | |
return |
public GetLoaderFullLoadPath ( BuildTarget g ) : string | ||
g | BuildTarget | |
return | string |
public NodeData ( object>.Dictionary |
||
jsonData | object>.Dictionary | |
return | System |
public NodeData ( string name, NodeKind kind, float x, float y ) : System | ||
name | string | |
kind | NodeKind | |
x | float | |
y | float | |
return | System |
public RemoveFilterCondition ( |
||
f | ||
return | void |
public ToJsonDictionary ( ) : object>.Dictionary |
||
return | object>.Dictionary |
public Validate ( List |
||
allNodes | List |
|
allConnections | List |
|
return | bool |
public ValidateOverlappingFilterCondition ( bool throwException ) : bool | ||
throwException | bool | |
return | bool |