C# 클래스 BEPUphysics.Settings.CollisionDetectionSettings

Settings class containing global information about collision detection.
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 프로퍼티들

프로퍼티 타입 설명
AllowedPenetration float
DefaultMargin float

프로퍼티 상세

AllowedPenetration 공개적으로 정적으로 프로퍼티

The default amount of allowed penetration into the margin before position correcting impulses will be applied. Defaults to .01f.
public static float AllowedPenetration
리턴 float

DefaultMargin 공개적으로 정적으로 프로퍼티

Default collision margin around objects. Margins help prevent objects from interpenetrating and improve stability. Defaults to .04f.
public static float DefaultMargin
리턴 float