C# 클래스 Nez.Farseer.FSBodyDef

파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
angularDamping float
angularVelocity float
bodyType BodyType
fixedRotation bool
gravityScale float
ignoreGravity bool
inertia float
isAwake bool
isBullet bool
isSleepingAllowed bool
linearDamping float
linearVelocity Microsoft.Xna.Framework.Vector2
mass float

프로퍼티 상세

angularDamping 공개적으로 프로퍼티

public float angularDamping
리턴 float

angularVelocity 공개적으로 프로퍼티

public float angularVelocity
리턴 float

bodyType 공개적으로 프로퍼티

public BodyType bodyType
리턴 BodyType

fixedRotation 공개적으로 프로퍼티

public bool fixedRotation
리턴 bool

gravityScale 공개적으로 프로퍼티

public float gravityScale
리턴 float

ignoreGravity 공개적으로 프로퍼티

public bool ignoreGravity
리턴 bool

inertia 공개적으로 프로퍼티

public float inertia
리턴 float

isAwake 공개적으로 프로퍼티

public bool isAwake
리턴 bool

isBullet 공개적으로 프로퍼티

public bool isBullet
리턴 bool

isSleepingAllowed 공개적으로 프로퍼티

public bool isSleepingAllowed
리턴 bool

linearDamping 공개적으로 프로퍼티

public float linearDamping
리턴 float

linearVelocity 공개적으로 프로퍼티

public Vector2,Microsoft.Xna.Framework linearVelocity
리턴 Microsoft.Xna.Framework.Vector2

mass 공개적으로 프로퍼티

public float mass
리턴 float