Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Box2DX
Collision
Manifold
C# 클래스 Box2DX.Collision.Manifold
파일 보기
프로젝트 열기: danielpcox/Crisis-at-Swiss-Station
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Normal
Box2DX.Common.Vec2
PointCount
int
Points
Box2DX.Collision.ManifoldPoint[]
공개 메소드들
메소드
설명
Clone
( ) :
Manifold
Manifold
( ) :
System
메소드 상세
Clone()
공개
메소드
public
Clone
( ) :
Manifold
리턴
Manifold
Manifold()
공개
메소드
public
Manifold
( ) :
System
리턴
System
프로퍼티 상세
Normal
공개적으로 프로퍼티
The shared unit normal vector.
public
Vec2,Box2DX.Common
Normal
리턴
Box2DX.Common.Vec2
PointCount
공개적으로 프로퍼티
The number of manifold points.
public
int
PointCount
리턴
int
Points
공개적으로 프로퍼티
The points of contact.
public
ManifoldPoint[],Box2DX.Collision
Points
리턴
Box2DX.Collision.ManifoldPoint[]