C# Class Veauty.VTree.Widget

Inheritance: IVTree, IParent
Show file Open project: uzimaru0000/Veauty

Public Methods

Method Description
Destroy ( GameObject go ) : void
GetDescendantsCount ( ) : int
GetKids ( ) : IVTree[]
GetNodeType ( ) : VTreeType
Init ( GameObject go ) : GameObject
Render ( ) : IVTree

Method Details

Destroy() public abstract method

public abstract Destroy ( GameObject go ) : void
go GameObject
return void

GetDescendantsCount() public method

public GetDescendantsCount ( ) : int
return int

GetKids() public abstract method

public abstract GetKids ( ) : IVTree[]
return IVTree[]

GetNodeType() public method

public GetNodeType ( ) : VTreeType
return VTreeType

Init() public abstract method

public abstract Init ( GameObject go ) : GameObject
go GameObject
return GameObject

Render() public abstract method

public abstract Render ( ) : IVTree
return IVTree