C# 클래스 PathEditor, Path-GPL

상속: EditorBase, IEditor, IEditorCursorChange, IDisposable
파일 보기 프로젝트 열기: MrJoy/Path-GPL 1 사용 예제들

공개 메소드들

메소드 설명
GetCollectionName ( IPathAsset asset ) : string
Init ( ) : void
OnDestroy ( ) : void
PathEditor ( ) : System.Collections
SaveCollection ( CollectionAsset collectionAsset, IPathAsset pathAsset ) : void
Update ( ) : void
UpdateScene ( ) : void

메소드 상세

GetCollectionName() 공개 메소드

public GetCollectionName ( IPathAsset asset ) : string
asset IPathAsset
리턴 string

Init() 공개 메소드

public Init ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

PathEditor() 공개 메소드

public PathEditor ( ) : System.Collections
리턴 System.Collections

SaveCollection() 공개 메소드

public SaveCollection ( CollectionAsset collectionAsset, IPathAsset pathAsset ) : void
collectionAsset CollectionAsset
pathAsset IPathAsset
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateScene() 공개 메소드

public UpdateScene ( ) : void
리턴 void