C# Class PhaseActionsProducer, HotelUnity

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: OldHunterGames/HotelUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
gameObject GameObject

Méthodes publiques

Méthode Description
OnPhaseFinish ( ) : void
ProducePhaseAction ( ) : PhaseAction,

Method Details

OnPhaseFinish() public abstract méthode

public abstract OnPhaseFinish ( ) : void
Résultat void

ProducePhaseAction() public abstract méthode

public abstract ProducePhaseAction ( ) : PhaseAction,
Résultat PhaseAction,

Property Details

gameObject public_oe property

public GameObject gameObject
Résultat GameObject