C# Class Foundation.Databinding.KeyBinder

Inheritance: BindingBase
Show file Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
Key KeyCode
Platform PlatformEnum
RequireDouble bool

Protected Properties

Property Type Description
lastHit float

Public Methods

Method Description
Call ( ) : void
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void
ValidPlatform ( ) : bool

Method Details

Call() public method

public Call ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

Key public property

public KeyCode Key
return KeyCode

Platform public property

public PlatformEnum Platform
return PlatformEnum

RequireDouble public property

public bool RequireDouble
return bool

lastHit protected property

protected float lastHit
return float