C# 클래스 CryEngine.ViewParams

View parameters, commonly used by CryEngine.Actor to update the active view.
파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleVel float
Blend bool
BlendFOVOffset float
BlendFOVSpeed float
BlendPosOffset Vec3
BlendPosSpeed float
BlendRotOffset Quat
BlendRotSpeed float
CurrentShakeQuat Quat
CurrentShakeShift Vec3
Dist float
FOVLast float
FieldOfView float
FrameTime float
GroundOnly bool
JustActivated bool
LocalRotationLast Quat
NearPlane float
Position Vec3
PositionLast Vec3
Rotation Quat
RotationLast Quat
ShakingRatio float
TargetId CryEngine.EntityId
TargetPos Vec3
Vel float

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SaveLast ( ) : void

메소드 상세

SaveLast() 공개 메소드

public SaveLast ( ) : void
리턴 void

프로퍼티 상세

AngleVel 공개적으로 프로퍼티

public float AngleVel
리턴 float

Blend 공개적으로 프로퍼티

public bool Blend
리턴 bool

BlendFOVOffset 공개적으로 프로퍼티

public float BlendFOVOffset
리턴 float

BlendFOVSpeed 공개적으로 프로퍼티

public float BlendFOVSpeed
리턴 float

BlendPosOffset 공개적으로 프로퍼티

public Vec3,CryEngine BlendPosOffset
리턴 Vec3

BlendPosSpeed 공개적으로 프로퍼티

public float BlendPosSpeed
리턴 float

BlendRotOffset 공개적으로 프로퍼티

public Quat,CryEngine BlendRotOffset
리턴 Quat

BlendRotSpeed 공개적으로 프로퍼티

public float BlendRotSpeed
리턴 float

CurrentShakeQuat 공개적으로 프로퍼티

public Quat,CryEngine CurrentShakeQuat
리턴 Quat

CurrentShakeShift 공개적으로 프로퍼티

public Vec3,CryEngine CurrentShakeShift
리턴 Vec3

Dist 공개적으로 프로퍼티

public float Dist
리턴 float

FOVLast 공개적으로 프로퍼티

public float FOVLast
리턴 float

FieldOfView 공개적으로 프로퍼티

View field of view
public float FieldOfView
리턴 float

FrameTime 공개적으로 프로퍼티

public float FrameTime
리턴 float

GroundOnly 공개적으로 프로퍼티

public bool GroundOnly
리턴 bool

JustActivated 공개적으로 프로퍼티

public bool JustActivated
리턴 bool

LocalRotationLast 공개적으로 프로퍼티

Previous local view orientation
public Quat,CryEngine LocalRotationLast
리턴 Quat

NearPlane 공개적으로 프로퍼티

custom near clipping plane, 0 means use engine defaults
public float NearPlane
리턴 float

Position 공개적으로 프로퍼티

View position
public Vec3,CryEngine Position
리턴 Vec3

PositionLast 공개적으로 프로퍼티

public Vec3,CryEngine PositionLast
리턴 Vec3

Rotation 공개적으로 프로퍼티

View orientation
public Quat,CryEngine Rotation
리턴 Quat

RotationLast 공개적으로 프로퍼티

public Quat,CryEngine RotationLast
리턴 Quat

ShakingRatio 공개적으로 프로퍼티

public float ShakingRatio
리턴 float

TargetId 공개적으로 프로퍼티

public EntityId,CryEngine TargetId
리턴 CryEngine.EntityId

TargetPos 공개적으로 프로퍼티

public Vec3,CryEngine TargetPos
리턴 Vec3

Vel 공개적으로 프로퍼티

public float Vel
리턴 float