C# Class DeenGames.Valence.Model.Toolbox

Afficher le fichier Open project: deengames/valence

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AddAtom() public méthode

public AddAtom ( Atom atom, int quantity = 1 ) : void
atom Atom
quantity int
Résultat void

Empty() public méthode

public Empty ( ) : void
Résultat void

GetNextAtom() public méthode

public GetNextAtom ( ) : Atom
Résultat Atom

GetRandomAtomForSpewing() public méthode

public GetRandomAtomForSpewing ( ) : Atom
Résultat Atom

IsOutOfAtoms() public méthode

public IsOutOfAtoms ( ) : bool
Résultat bool