C# Class Interactive.Detail.BeginStepGameBase

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: juliancruz87/madbricks

Public Properties

Property Type Description
EndStep System.Action

Public Methods

Method Description
EndStep_Debug ( ) : void
StartStep ( ) : void

Protected Methods

Method Description
OnEndStepWithTimer ( float time ) : IEnumerator

Method Details

EndStep_Debug() public method

public EndStep_Debug ( ) : void
return void

OnEndStepWithTimer() protected method

protected OnEndStepWithTimer ( float time ) : IEnumerator
time float
return IEnumerator

StartStep() public abstract method

public abstract StartStep ( ) : void
return void

Property Details

EndStep public_oe property

public Action,System EndStep
return System.Action