C# Class AssetManager, ecicomposer

Afficher le fichier Open project: nkrishnaswamy/ecicomposer Class Usage Examples

Méthodes publiques

Свойство Type Description
prefabs GameObject>.Dictionary
targets List

Méthodes publiques

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

Method Details

ExportAssets() public méthode

public ExportAssets ( ) : void
Résultat void

InstantiateObject() public méthode

public InstantiateObject ( string objName ) : void
objName string
Résultat void

ReifyAs() public méthode

public ReifyAs ( string name, List selectedObjects ) : void
name string
selectedObjects List
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

prefabs public_oe property

public Dictionary prefabs
Résultat GameObject>.Dictionary

targets public_oe property

public List targets
Résultat List