C# 클래스 Box2DX.Collision.Features

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station

공개 프로퍼티들

프로퍼티 타입 설명
Flip byte
IncidentEdge byte
IncidentVertex byte
ReferenceEdge byte

프로퍼티 상세

Flip 공개적으로 프로퍼티

A value of 1 indicates that the reference edge is on shape2.
public byte Flip
리턴 byte

IncidentEdge 공개적으로 프로퍼티

The edge most anti-parallel to the reference edge.
public byte IncidentEdge
리턴 byte

IncidentVertex 공개적으로 프로퍼티

The vertex (0 or 1) on the incident edge that was clipped.
public byte IncidentVertex
리턴 byte

ReferenceEdge 공개적으로 프로퍼티

The edge that defines the outward contact normal.
public byte ReferenceEdge
리턴 byte