C# 클래스 Box2DX.Dynamics.Controllers.GravityControllerDef

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

공개 프로퍼티들

프로퍼티 타입 설명
G float
InvSqr bool

프로퍼티 상세

G 공개적으로 프로퍼티

Specifies the strength of the gravitiation force
public float G
리턴 float

InvSqr 공개적으로 프로퍼티

If true, gravity is proportional to r^-2, otherwise r^-1
public bool InvSqr
리턴 bool