C# Class MExplosion, Madness

Inheritance: FSprite
Mostra file Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
isBeast bool

Public Methods

Method Description
HandleAddedToStage ( ) : void
HandleRemovedFromStage ( ) : void
Init ( ) : void
MExplosion ( bool isBeast ) : System

Private Methods

Method Description
HandleUpdate ( ) : void

Method Details

HandleAddedToStage() public method

public HandleAddedToStage ( ) : void
return void

HandleRemovedFromStage() public method

public HandleRemovedFromStage ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

MExplosion() public method

public MExplosion ( bool isBeast ) : System
isBeast bool
return System

Property Details

isBeast public_oe property

public bool isBeast
return bool