C# Класс BEPUphysics.SolverSystems.SolverUpdateableChange

Stores an enqueued solver updateable addition or removal.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Item SolverUpdateable
ShouldAdd bool

Открытые методы

Метод Описание
SolverUpdateableChange ( bool shouldAdd, SolverUpdateable item )

Constructs a new solver updateable change.

Описание методов

SolverUpdateableChange() публичный Метод

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.

Описание свойств

Item публичное свойство

Item being added or removed.
public SolverUpdateable,BEPUphysics.SolverSystems Item
Результат SolverUpdateable

ShouldAdd публичное свойство

Whether the item is going to be added or removed.
public bool ShouldAdd
Результат bool