C# Class Interactive.Detail.TotemToNodeTutorialStep

Inheritance: BeginStepGameBase
Mostra file Open project: juliancruz87/madbricks

Public Methods

Method Description
StartStep ( ) : void

Protected Methods

Method Description
CompleteStep ( ) : void

Private Methods

Method Description
ConfigTotems ( int totemPosition ) : void
FreeTotems ( ) : void
IdleStep ( ) : void
SetListeners ( ITotem totem ) : void
SetToggleTotem ( ITotem totem, bool canBeDragged ) : void
StopListeners ( ITotem totem ) : void
TotemDragged ( Vector3 initialPosition, Vector3 candidatePosition ) : void
TotemInLauncher ( MapObject launcher ) : void
TotemReleased ( ) : void

Method Details

CompleteStep() protected method

protected CompleteStep ( ) : void
return void

StartStep() public method

public StartStep ( ) : void
return void