C# Class UnfillWithTime, ES2015F

Inheritance: MonoBehaviour
ファイルを表示 Open project: jgirald/ES2015F

Public Properties

Property Type Description
action Action

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

action public_oe property

public Action action
return Action