C# Class AssetBundleGraph.IntegratedGUILoader

Inheritance: INodeOperation
Show file Open project: unity3d-jp/AssetGraph Class Usage Examples

Public Methods

Method Description
Run ( BuildTarget target, NodeData node, ConnectionPointData inputPoint, ConnectionData connectionToOutput, Dictionary inputGroupAssets, List alreadyCached, Action Output ) : void
Setup ( BuildTarget target, NodeData node, ConnectionPointData inputPoint, ConnectionData connectionToOutput, Dictionary inputGroupAssets, List alreadyCached, Action Output ) : void
ValidateLoadPath ( string currentLoadPath, string combinedPath, System.Action NullOrEmpty, System.Action NotExist ) : void

Private Methods

Method Description
Load ( BuildTarget target, NodeData node, ConnectionData connectionToOutput, Dictionary inputGroupAssets, Action Output ) : void

Method Details

Run() public method

public Run ( BuildTarget target, NodeData node, ConnectionPointData inputPoint, ConnectionData connectionToOutput, Dictionary inputGroupAssets, List alreadyCached, Action Output ) : void
target BuildTarget
node NodeData
inputPoint ConnectionPointData
connectionToOutput ConnectionData
inputGroupAssets Dictionary
alreadyCached List
Output Action
return void

Setup() public method

public Setup ( BuildTarget target, NodeData node, ConnectionPointData inputPoint, ConnectionData connectionToOutput, Dictionary inputGroupAssets, List alreadyCached, Action Output ) : void
target BuildTarget
node NodeData
inputPoint ConnectionPointData
connectionToOutput ConnectionData
inputGroupAssets Dictionary
alreadyCached List
Output Action
return void

ValidateLoadPath() public static method

public static ValidateLoadPath ( string currentLoadPath, string combinedPath, System.Action NullOrEmpty, System.Action NotExist ) : void
currentLoadPath string
combinedPath string
NullOrEmpty System.Action
NotExist System.Action
return void