C# Class PoofManager, PoofParadise

Inheritance: MonoBehaviour
显示文件 Open project: CatalystOfNostalgia/PoofParadise Class Usage Examples

Public Properties

Property Type Description
poofManager PoofManager,

Public Methods

Method Description
beamDownPoof ( Tuple, currentLocation, int poofRate ) : void
beamDownPoof ( int poofRate ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

beamDownPoof() public method

public beamDownPoof ( Tuple, currentLocation, int poofRate ) : void
currentLocation Tuple,
poofRate int
return void

beamDownPoof() public method

public beamDownPoof ( int poofRate ) : void
poofRate int
return void

Property Details

poofManager public_oe static_oe property

public static PoofManager, poofManager
return PoofManager,