C# Класс BEPUphysics.Constraints.TwoEntity.JointLimits.JointLimit

Superclass of constraints which have a limited area of free movement.
Наследование: BEPUphysics.Constraints.TwoEntity.Joints.Joint
Показать файл Открыть проект

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

Свойство Тип Описание
bounceVelocityThreshold float
bounciness float
isLimitActive bool
margin float

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

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

Minimum velocity necessary for a bounce to occur at a joint limit.
protected float bounceVelocityThreshold
Результат float

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

Bounciness of this joint limit. 0 is completely inelastic; 1 is completely elastic.
protected float bounciness
Результат float

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

protected bool isLimitActive
Результат bool

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

Small area that the constraint can be violated without applying position correction. Helps avoid jitter.
protected float margin
Результат float