C# Class MovableInteractable, Hellbound

Inheritance: Interactable
Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Свойство Type Description
m_FSM StateMachine
m_ImmovableState ImmovableState
m_MovableState MovableState

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

examine() public méthode

public examine ( ) : void
Résultat void

Property Details

m_FSM public_oe property

public StateMachine m_FSM
Résultat StateMachine

m_ImmovableState public_oe property

public ImmovableState m_ImmovableState
Résultat ImmovableState

m_MovableState public_oe property

public MovableState m_MovableState
Résultat MovableState