C# Class HutongGames.PlayMaker.Actions.Explosion

Inheritance: FsmStateAction
Exibir arquivo Open project: personal-robots/storyspace

Public Methods

Method Description
DoExplosion ( ) : void
OnEnter ( ) : void
OnFixedUpdate ( ) : void
Reset ( ) : void

Private Methods

Method Description
ShouldApplyForce ( GameObject go ) : bool

Method Details

DoExplosion() public method

public DoExplosion ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnFixedUpdate() public method

public OnFixedUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void