C# Class Foundation.Databinding.KeyBinder

Inheritance: BindingBase
ファイルを表示 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_oe property

public KeyCode Key
return KeyCode

Platform public_oe property

public PlatformEnum Platform
return PlatformEnum

RequireDouble public_oe property

public bool RequireDouble
return bool

lastHit protected_oe property

protected float lastHit
return float