C# 클래스 CryEngine.PlayerDynamicsParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
bSwimming int
collTypes EntityQueryFlags
gravity Vec3
kAirControl float
kAirResistance float
kInertia float
kInertiaAccel float
mass float
maxClimbAngle float
maxJumpAngle float
maxVelGround float
minFallAngle float
minSlideAngle float
nodSpeed float
surface_idx int
timeImpulseRecover float

공개 메소드들

메소드 설명
Create ( ) : PlayerDynamicsParameters

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : PlayerDynamicsParameters
리턴 PlayerDynamicsParameters

프로퍼티 상세

bSwimming 공개적으로 프로퍼티

public int bSwimming
리턴 int

collTypes 공개적으로 프로퍼티

public EntityQueryFlags collTypes
리턴 EntityQueryFlags

gravity 공개적으로 프로퍼티

public Vec3,CryEngine gravity
리턴 Vec3

kAirControl 공개적으로 프로퍼티

public float kAirControl
리턴 float

kAirResistance 공개적으로 프로퍼티

public float kAirResistance
리턴 float

kInertia 공개적으로 프로퍼티

public float kInertia
리턴 float

kInertiaAccel 공개적으로 프로퍼티

public float kInertiaAccel
리턴 float

mass 공개적으로 프로퍼티

public float mass
리턴 float

maxClimbAngle 공개적으로 프로퍼티

public float maxClimbAngle
리턴 float

maxJumpAngle 공개적으로 프로퍼티

public float maxJumpAngle
리턴 float

maxVelGround 공개적으로 프로퍼티

public float maxVelGround
리턴 float

minFallAngle 공개적으로 프로퍼티

public float minFallAngle
리턴 float

minSlideAngle 공개적으로 프로퍼티

public float minSlideAngle
리턴 float

nodSpeed 공개적으로 프로퍼티

public float nodSpeed
리턴 float

surface_idx 공개적으로 프로퍼티

public int surface_idx
리턴 int

timeImpulseRecover 공개적으로 프로퍼티

public float timeImpulseRecover
리턴 float