C# 클래스 BEPUphysics.Materials.InteractionProperties

Contains the blended friction and bounciness of a pair of objects.
파일 보기 프로젝트 열기: tonypeng/Bloxel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounciness float
KineticFriction float
StaticFriction float

프로퍼티 상세

Bounciness 공개적으로 프로퍼티

Bounciness between the pair of objects.
public float Bounciness
리턴 float

KineticFriction 공개적으로 프로퍼티

Kinetic friction between the pair of objects.
public float KineticFriction
리턴 float

StaticFriction 공개적으로 프로퍼티

Static friction between the pair of objects.
public float StaticFriction
리턴 float