C# Class Veauty.VTree.Widget

Inheritance: IVTree, IParent
Afficher le fichier Open project: uzimaru0000/Veauty

Méthodes publiques

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

Method Details

Destroy() public abstract méthode

public abstract Destroy ( GameObject go ) : void
go GameObject
Résultat void

GetDescendantsCount() public méthode

public GetDescendantsCount ( ) : int
Résultat int

GetKids() public abstract méthode

public abstract GetKids ( ) : IVTree[]
Résultat IVTree[]

GetNodeType() public méthode

public GetNodeType ( ) : VTreeType
Résultat VTreeType

Init() public abstract méthode

public abstract Init ( GameObject go ) : GameObject
go GameObject
Résultat GameObject

Render() public abstract méthode

public abstract Render ( ) : IVTree
Résultat IVTree