C# Class SpaceBattle.Scheduler.Schedule

Mostrar archivo Open project: luqui/space-shooter

Public Properties

Property Type Description
action System.Action
firetime float

Public Methods

Method Description
Schedule ( float firetime_, System.Action action_ ) : System

Method Details

Schedule() public method

public Schedule ( float firetime_, System.Action action_ ) : System
firetime_ float
action_ System.Action
return System

Property Details

action public_oe property

public Action,System action
return System.Action

firetime public_oe property

public float firetime
return float