C# 클래스 Veauty.VTree.Widget

상속: IVTree, IParent
파일 보기 프로젝트 열기: uzimaru0000/Veauty

공개 메소드들

메소드 설명
Destroy ( GameObject go ) : void
GetDescendantsCount ( ) : int
GetKids ( ) : IVTree[]
GetNodeType ( ) : VTreeType
Init ( GameObject go ) : GameObject
Render ( ) : IVTree

메소드 상세

Destroy() 공개 추상적인 메소드

public abstract Destroy ( GameObject go ) : void
go GameObject
리턴 void

GetDescendantsCount() 공개 메소드

public GetDescendantsCount ( ) : int
리턴 int

GetKids() 공개 추상적인 메소드

public abstract GetKids ( ) : IVTree[]
리턴 IVTree[]

GetNodeType() 공개 메소드

public GetNodeType ( ) : VTreeType
리턴 VTreeType

Init() 공개 추상적인 메소드

public abstract Init ( GameObject go ) : GameObject
go GameObject
리턴 GameObject

Render() 공개 추상적인 메소드

public abstract Render ( ) : IVTree
리턴 IVTree