C# 클래스 AssetManager, ecicomposer

파일 보기 프로젝트 열기: nkrishnaswamy/ecicomposer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
prefabs GameObject>.Dictionary
targets List

공개 메소드들

메소드 설명
ExportAssets ( ) : void
InstantiateObject ( string objName ) : void
ReifyAs ( string name, List selectedObjects ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

ExportAssets() 공개 메소드

public ExportAssets ( ) : void
리턴 void

InstantiateObject() 공개 메소드

public InstantiateObject ( string objName ) : void
objName string
리턴 void

ReifyAs() 공개 메소드

public ReifyAs ( string name, List selectedObjects ) : void
name string
selectedObjects List
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

prefabs 공개적으로 프로퍼티

public Dictionary prefabs
리턴 GameObject>.Dictionary

targets 공개적으로 프로퍼티

public List targets
리턴 List