C# Class CharacterObservable, Augmented_Tactics

Inheritance: MonoBehaviour, ICharacterObservable
Afficher le fichier Open project: Kavignon/Augmented_Tactics Class Usage Examples

Méthodes publiques

Свойство Type Description
CharacterRole CharacterRole
healthWasRaised bool
isDamage bool

Protected Properties

Свойство Type Description
ObserversList ArrayList
_hasPerformedAtLeastOneMove bool
_isAttacking bool
_isDefending bool
_isMoving bool
_isRotating bool

Méthodes publiques

Méthode Description
Attach ( ICharacterObserver observer ) : void
Detach ( ICharacterObserver observer ) : void
Notify ( ) : void
OnGUI ( ) : void
TurnOnGUI ( ) : void
TurnUpdate ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Attach() public méthode

public Attach ( ICharacterObserver observer ) : void
observer ICharacterObserver
Résultat void

Detach() public méthode

public Detach ( ICharacterObserver observer ) : void
observer ICharacterObserver
Résultat void

Notify() public abstract méthode

public abstract Notify ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

TurnOnGUI() public méthode

public TurnOnGUI ( ) : void
Résultat void

TurnUpdate() public méthode

public TurnUpdate ( ) : void
Résultat void

Property Details

CharacterRole public_oe property

public CharacterRole CharacterRole
Résultat CharacterRole

ObserversList protected_oe property

protected ArrayList ObserversList
Résultat ArrayList

_hasPerformedAtLeastOneMove protected_oe property

protected bool _hasPerformedAtLeastOneMove
Résultat bool

_isAttacking protected_oe property

protected bool _isAttacking
Résultat bool

_isDefending protected_oe property

protected bool _isDefending
Résultat bool

_isMoving protected_oe property

protected bool _isMoving
Résultat bool

_isRotating protected_oe property

protected bool _isRotating
Résultat bool

healthWasRaised public_oe property

public bool healthWasRaised
Résultat bool

isDamage public_oe property

public bool isDamage
Résultat bool