C# 클래스 CryEngine.PhysicalSimulationParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
damping float
dampingFreefall float
density float
disablePreCG int
gravity Vec3
gravityFreefall Vec3
iSimClass int
mass float
maxFriction float
maxLoggedCollisions int
maxRotVel float
maxTimeStep float
minEnergy float

공개 메소드들

메소드 설명
Create ( ) : PhysicalSimulationParameters

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : PhysicalSimulationParameters
리턴 PhysicalSimulationParameters

프로퍼티 상세

damping 공개적으로 프로퍼티

public float damping
리턴 float

dampingFreefall 공개적으로 프로퍼티

public float dampingFreefall
리턴 float

density 공개적으로 프로퍼티

public float density
리턴 float

disablePreCG 공개적으로 프로퍼티

public int disablePreCG
리턴 int

gravity 공개적으로 프로퍼티

public Vec3,CryEngine gravity
리턴 Vec3

gravityFreefall 공개적으로 프로퍼티

public Vec3,CryEngine gravityFreefall
리턴 Vec3

iSimClass 공개적으로 프로퍼티

public int iSimClass
리턴 int

mass 공개적으로 프로퍼티

public float mass
리턴 float

maxFriction 공개적으로 프로퍼티

public float maxFriction
리턴 float

maxLoggedCollisions 공개적으로 프로퍼티

public int maxLoggedCollisions
리턴 int

maxRotVel 공개적으로 프로퍼티

public float maxRotVel
리턴 float

maxTimeStep 공개적으로 프로퍼티

public float maxTimeStep
리턴 float

minEnergy 공개적으로 프로퍼티

public float minEnergy
리턴 float