C# Class BEPUphysics.SolverSystems.SolverUpdateableChange

Stores an enqueued solver updateable addition or removal.
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Свойство Type Description
Item SolverUpdateable
ShouldAdd bool

Méthodes publiques

Méthode Description
SolverUpdateableChange ( bool shouldAdd, SolverUpdateable item )

Constructs a new solver updateable change.

Method Details

SolverUpdateableChange() public méthode

Constructs a new solver updateable change.
public SolverUpdateableChange ( bool shouldAdd, SolverUpdateable item )
shouldAdd bool Whether the item is going to be added or removed.
item SolverUpdateable Item to add or remove.

Property Details

Item public_oe property

Item being added or removed.
public SolverUpdateable,BEPUphysics.SolverSystems Item
Résultat SolverUpdateable

ShouldAdd public_oe property

Whether the item is going to be added or removed.
public bool ShouldAdd
Résultat bool