C# Class AssetManager, ecicomposer

ファイルを表示 Open project: nkrishnaswamy/ecicomposer Class Usage Examples

Public Properties

Property Type Description
prefabs GameObject>.Dictionary
targets List

Public Methods

Method Description
ExportAssets ( ) : void
InstantiateObject ( string objName ) : void
ReifyAs ( string name, List selectedObjects ) : void
Start ( ) : void
Update ( ) : void

Method Details

ExportAssets() public method

public ExportAssets ( ) : void
return void

InstantiateObject() public method

public InstantiateObject ( string objName ) : void
objName string
return void

ReifyAs() public method

public ReifyAs ( string name, List selectedObjects ) : void
name string
selectedObjects List
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

prefabs public_oe property

public Dictionary prefabs
return GameObject>.Dictionary

targets public_oe property

public List targets
return List