C# Class MovableInteractable, Hellbound

Inheritance: Interactable
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_FSM StateMachine
m_ImmovableState ImmovableState
m_MovableState MovableState

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
examine ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

examine() public method

public examine ( ) : void
return void

Property Details

m_FSM public_oe property

public StateMachine m_FSM
return StateMachine

m_ImmovableState public_oe property

public ImmovableState m_ImmovableState
return ImmovableState

m_MovableState public_oe property

public MovableState m_MovableState
return MovableState