C# Class JBCustomMenu, unity-JBConsole

Afficher le fichier Open project: spaceapegames/unity-JBConsole

Méthodes publiques

Méthode Description
Add ( string name, Action callback ) : void
GetCurrentMenuLink ( ) : string[]
JBCustomMenu ( ) : System
OnCurrentLinkClicked ( int index ) : void
PopToRoot ( ) : void
Remove ( string name ) : void

Private Methods

Méthode Description
GetPath ( string name ) : string[]

Method Details

Add() public méthode

public Add ( string name, Action callback ) : void
name string
callback Action
Résultat void

GetCurrentMenuLink() public méthode

public GetCurrentMenuLink ( ) : string[]
Résultat string[]

JBCustomMenu() public méthode

public JBCustomMenu ( ) : System
Résultat System

OnCurrentLinkClicked() public méthode

public OnCurrentLinkClicked ( int index ) : void
index int
Résultat void

PopToRoot() public méthode

public PopToRoot ( ) : void
Résultat void

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void