C# Class DeenGames.Valence.Model.Toolbox

Show file Open project: deengames/valence

Private Properties

Property Type Description

Public Methods

Method Description
AddAtom ( Atom atom, int quantity = 1 ) : void
Empty ( ) : void
GetNextAtom ( ) : Atom
GetRandomAtomForSpewing ( ) : Atom
IsOutOfAtoms ( ) : bool

Method Details

AddAtom() public method

public AddAtom ( Atom atom, int quantity = 1 ) : void
atom Atom
quantity int
return void

Empty() public method

public Empty ( ) : void
return void

GetNextAtom() public method

public GetNextAtom ( ) : Atom
return Atom

GetRandomAtomForSpewing() public method

public GetRandomAtomForSpewing ( ) : Atom
return Atom

IsOutOfAtoms() public method

public IsOutOfAtoms ( ) : bool
return bool