C# 클래스 BEPUphysics.Constraints.TwoEntity.JointLimits.JointLimit

Superclass of constraints which have a limited area of free movement.
상속: BEPUphysics.Constraints.TwoEntity.Joints.Joint
파일 보기 프로젝트 열기: Indiefreaks/igf

보호된 프로퍼티들

프로퍼티 타입 설명
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