C# 클래스 BEPUphysics.CollisionTests.ContactSupplementData

Extra data associated with a contact point used to refresh contacts each frame.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BasePenetrationDepth float
LocalOffsetA Vector3
LocalOffsetB Vector3

프로퍼티 상세

BasePenetrationDepth 공개적으로 프로퍼티

Original penetration depth computed at the associatd contact.
public float BasePenetrationDepth
리턴 float

LocalOffsetA 공개적으로 프로퍼티

Offset from the center of the first object to the contact point in the object's local space.
public Vector3 LocalOffsetA
리턴 Vector3

LocalOffsetB 공개적으로 프로퍼티

Offset from the center of the second object to the contact point in the object's local space.
public Vector3 LocalOffsetB
리턴 Vector3