C# 클래스 Box2DX.Collision.MassData

파일 보기 프로젝트 열기: KrugerHeavyIndustries/box2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Center System.Vector2
I float
Mass float

프로퍼티 상세

Center 공개적으로 프로퍼티

The position of the shape's centroid relative to the shape's origin.
public Vector2,System Center
리턴 System.Vector2

I 공개적으로 프로퍼티

The rotational inertia of the shape.
public float I
리턴 float

Mass 공개적으로 프로퍼티

The mass of the shape, usually in kilograms.
public float Mass
리턴 float