C# Class IsoGUI, isoAbbeyTFG

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Méthodes publiques

Méthode Description
IsoGUI ( ) : UnityEngine
captureEvent ( ControllerEventArgs, args ) : bool
draw ( ) : void
fillControllerEvent ( ControllerEventArgs, args ) : void

Method Details

IsoGUI() public méthode

public IsoGUI ( ) : UnityEngine
Résultat UnityEngine

captureEvent() public méthode

public captureEvent ( ControllerEventArgs, args ) : bool
args ControllerEventArgs,
Résultat bool

draw() public abstract méthode

public abstract draw ( ) : void
Résultat void

fillControllerEvent() public abstract méthode

public abstract fillControllerEvent ( ControllerEventArgs, args ) : void
args ControllerEventArgs,
Résultat void