C# Class IsoGUI, isoAbbeyTFG

Inheritance: UnityEngine.ScriptableObject
Exibir arquivo Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Methods

Method Description
IsoGUI ( ) : UnityEngine
captureEvent ( ControllerEventArgs, args ) : bool
draw ( ) : void
fillControllerEvent ( ControllerEventArgs, args ) : void

Method Details

IsoGUI() public method

public IsoGUI ( ) : UnityEngine
return UnityEngine

captureEvent() public method

public captureEvent ( ControllerEventArgs, args ) : bool
args ControllerEventArgs,
return bool

draw() public abstract method

public abstract draw ( ) : void
return void

fillControllerEvent() public abstract method

public abstract fillControllerEvent ( ControllerEventArgs, args ) : void
args ControllerEventArgs,
return void