C# Класс BEPUphysics.Constraints.SingleEntity.SingleEntityConstraint

Abstract superclass of constraints which control a single entity.
Наследование: EntitySolverUpdateable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
entity BEPUphysics.Entities.Entity
iterationsAtZeroImpulse int

Защищенные методы

Метод Описание
CollectInvolvedEntities ( RawList outputInvolvedEntities ) : void

Adds entities associated with the solver item to the involved entities list. Ensure that sortInvolvedEntities() is called at the end of the function. This allows the non-batched multithreading system to lock properly.

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

CollectInvolvedEntities() защищенный Метод

Adds entities associated with the solver item to the involved entities list. Ensure that sortInvolvedEntities() is called at the end of the function. This allows the non-batched multithreading system to lock properly.
protected CollectInvolvedEntities ( RawList outputInvolvedEntities ) : void
outputInvolvedEntities RawList
Результат void

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

entity защищенное свойство

Entity affected by the constraint.
protected Entity,BEPUphysics.Entities entity
Результат BEPUphysics.Entities.Entity

iterationsAtZeroImpulse защищенное свойство

Number of frames so far at effectively zero corrective impulse. Set to zero during every preStep(float dt) call and incremented by checkForEarlyOutIterations(Vector3 impulse).
protected int iterationsAtZeroImpulse
Результат int