C# Class MouseInput, GrapplingHookFighters

Inheritance: MonoBehaviour
Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Méthodes publiques

Свойство Type Description
mainCam Camera
mousedriver RawMouseDriver.RawMouseDriver
players ArrayList
sensitivity float
singleMouse bool
usesMouse bool

Méthodes publiques

Méthode Description
Init ( ) : void
Init ( RawMouseDriver raw ) : void
SetUpRound ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Cleanup ( ) : void
DisablePlayers ( ) : void
EnablePlayers ( ) : void
GetActiveWindow ( ) : uint
LateUpdate ( ) : void
OnApplicationQuit ( ) : void
SetForegroundWindow ( IntPtr, hWnd ) : bool
Start ( ) : void
resetMouse ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Init() public méthode

public Init ( RawMouseDriver raw ) : void
raw RawMouseDriver
Résultat void

SetUpRound() public méthode

public SetUpRound ( ) : void
Résultat void

Property Details

mainCam public_oe property

public Camera mainCam
Résultat Camera

mousedriver public_oe property

public RawMouseDriver.RawMouseDriver mousedriver
Résultat RawMouseDriver.RawMouseDriver

players public_oe property

public ArrayList players
Résultat ArrayList

sensitivity public_oe property

public float sensitivity
Résultat float

singleMouse public_oe property

public bool singleMouse
Résultat bool

usesMouse public_oe property

public bool usesMouse
Résultat bool