C# Class Interactive.Detail.BeginStepGameBase

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: juliancruz87/madbricks

Méthodes publiques

Свойство Type Description
EndStep System.Action

Méthodes publiques

Méthode Description
EndStep_Debug ( ) : void
StartStep ( ) : void

Méthodes protégées

Méthode Description
OnEndStepWithTimer ( float time ) : IEnumerator

Method Details

EndStep_Debug() public méthode

public EndStep_Debug ( ) : void
Résultat void

OnEndStepWithTimer() protected méthode

protected OnEndStepWithTimer ( float time ) : IEnumerator
time float
Résultat IEnumerator

StartStep() public abstract méthode

public abstract StartStep ( ) : void
Résultat void

Property Details

EndStep public_oe property

public Action,System EndStep
Résultat System.Action