C# Класс CryEngine.ViewParams

View parameters, commonly used by CryEngine.Actor to update the active view.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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