C# Class MenuExample.EntryPoint

Afficher le fichier Open project: alexguirre/RAGENativeUI

Méthodes publiques

Méthode Description
Main ( ) : void
OnCheckboxChange ( UIMenu sender, RAGENativeUI.Elements.UIMenuCheckboxItem checkbox, bool Checked ) : void
OnItemChange ( UIMenu sender, int index ) : void
OnItemSelect ( UIMenu sender, UIMenuItem selectedItem, int index ) : void
OnListChange ( UIMenu sender, UIMenuListItem list, int index ) : void
ProcessLoop ( ) : void

Method Details

Main() public static méthode

public static Main ( ) : void
Résultat void

OnCheckboxChange() public static méthode

public static OnCheckboxChange ( UIMenu sender, RAGENativeUI.Elements.UIMenuCheckboxItem checkbox, bool Checked ) : void
sender RAGENativeUI.UIMenu
checkbox RAGENativeUI.Elements.UIMenuCheckboxItem
Checked bool
Résultat void

OnItemChange() public static méthode

public static OnItemChange ( UIMenu sender, int index ) : void
sender RAGENativeUI.UIMenu
index int
Résultat void

OnItemSelect() public static méthode

public static OnItemSelect ( UIMenu sender, UIMenuItem selectedItem, int index ) : void
sender RAGENativeUI.UIMenu
selectedItem RAGENativeUI.Elements.UIMenuItem
index int
Résultat void

OnListChange() public static méthode

public static OnListChange ( UIMenu sender, UIMenuListItem list, int index ) : void
sender RAGENativeUI.UIMenu
list RAGENativeUI.Elements.UIMenuListItem
index int
Résultat void

ProcessLoop() public static méthode

public static ProcessLoop ( ) : void
Résultat void