C# 클래스 Nez.Overlap2D.Runtime.PhysicsBodyDataVO

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowSleep bool
awake bool
bodyType int
bullet bool
centerOfMass Vector2
damping float
density float
friction float
gravityScale float
mass float
restitution float
rotationalInertia float
sensor bool

프로퍼티 상세

allowSleep 공개적으로 프로퍼티

public bool allowSleep
리턴 bool

awake 공개적으로 프로퍼티

public bool awake
리턴 bool

bodyType 공개적으로 프로퍼티

public int bodyType
리턴 int

bullet 공개적으로 프로퍼티

public bool bullet
리턴 bool

centerOfMass 공개적으로 프로퍼티

public Vector2 centerOfMass
리턴 Vector2

damping 공개적으로 프로퍼티

public float damping
리턴 float

density 공개적으로 프로퍼티

public float density
리턴 float

friction 공개적으로 프로퍼티

public float friction
리턴 float

gravityScale 공개적으로 프로퍼티

public float gravityScale
리턴 float

mass 공개적으로 프로퍼티

public float mass
리턴 float

restitution 공개적으로 프로퍼티

public float restitution
리턴 float

rotationalInertia 공개적으로 프로퍼티

public float rotationalInertia
리턴 float

sensor 공개적으로 프로퍼티

public bool sensor
리턴 bool