C# 클래스 FlatRedBall.Math.Geometry.ContactPoint

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContactType ContactType
OtherEndpoint int
OtherIndex int
Position Vector3
ThisEndpoint int
ThisIndex int

프로퍼티 상세

ContactType 공개적으로 프로퍼티

public ContactType ContactType
리턴 ContactType

OtherEndpoint 공개적으로 프로퍼티

public int OtherEndpoint
리턴 int

OtherIndex 공개적으로 프로퍼티

public int OtherIndex
리턴 int

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

ThisEndpoint 공개적으로 프로퍼티

public int ThisEndpoint
리턴 int

ThisIndex 공개적으로 프로퍼티

public int ThisIndex
리턴 int