C# Class CryEngine.ViewParams

View parameters, commonly used by CryEngine.Actor to update the active view.
ファイルを表示 Open project: PoppermostProductions/CryMono Class Usage Examples

Public Properties

Property Type Description
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

Property Type Description

Public Methods

Method Description
SaveLast ( ) : void

Method Details

SaveLast() public method

public SaveLast ( ) : void
return void

Property Details

AngleVel public_oe property

public float AngleVel
return float

Blend public_oe property

public bool Blend
return bool

BlendFOVOffset public_oe property

public float BlendFOVOffset
return float

BlendFOVSpeed public_oe property

public float BlendFOVSpeed
return float

BlendPosOffset public_oe property

public Vec3,CryEngine BlendPosOffset
return Vec3

BlendPosSpeed public_oe property

public float BlendPosSpeed
return float

BlendRotOffset public_oe property

public Quat,CryEngine BlendRotOffset
return Quat

BlendRotSpeed public_oe property

public float BlendRotSpeed
return float

CurrentShakeQuat public_oe property

public Quat,CryEngine CurrentShakeQuat
return Quat

CurrentShakeShift public_oe property

public Vec3,CryEngine CurrentShakeShift
return Vec3

Dist public_oe property

public float Dist
return float

FOVLast public_oe property

public float FOVLast
return float

FieldOfView public_oe property

View field of view
public float FieldOfView
return float

FrameTime public_oe property

public float FrameTime
return float

GroundOnly public_oe property

public bool GroundOnly
return bool

JustActivated public_oe property

public bool JustActivated
return bool

LocalRotationLast public_oe property

Previous local view orientation
public Quat,CryEngine LocalRotationLast
return Quat

NearPlane public_oe property

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

Position public_oe property

View position
public Vec3,CryEngine Position
return Vec3

PositionLast public_oe property

public Vec3,CryEngine PositionLast
return Vec3

Rotation public_oe property

View orientation
public Quat,CryEngine Rotation
return Quat

RotationLast public_oe property

public Quat,CryEngine RotationLast
return Quat

ShakingRatio public_oe property

public float ShakingRatio
return float

TargetId public_oe property

public EntityId,CryEngine TargetId
return CryEngine.EntityId

TargetPos public_oe property

public Vec3,CryEngine TargetPos
return Vec3

Vel public_oe property

public float Vel
return float