StaticCameraData
Inherits from TargetCameraData
Summary
Constructors
StaticCameraData() |
StaticCameraData(guid: Guid) |
StaticCameraData(other: TargetCameraData) |
StaticCameraData(other: CameraData) |
StaticCameraData(other: GameObjectData) |
StaticCameraData(other: GameDataContainer) |
StaticCameraData(other: DataContainer) |
Properties
Name | Type |
---|---|
leftCurve | Vec3[] |
rightCurve | Vec3[] |
upCurve | Vec3[] |
downCurve | Vec3[] |
upPitchAngle | float |
yawInputAction | EntryInputActionEnum |
loosePartPhysics | CameraLoosePartPhysicsData[] |
leftYawAngle | float |
rightYawAngle | float |
pitchSensitivityZoomed | float |
downPitchAngle | float |
averageFilterFrames | int |
pitchInputAction | EntryInputActionEnum |
yawSensitivityZoomed | float |
pitchSensitivityNonZoomed | float |
yawSensitivityNonZoomed | float |
resetAccumulatedInputOnViewChange | bool |
mirrorHorizontalCurves | bool |
accumulateInput | bool |
mirrorVerticalCurves | bool |
Static members
Name | Type |
---|---|
StaticCameraData.typeInfo | TypeInformation |
Constructors
StaticCameraData
StaticCameraData()
Creates a new StaticCameraData frostbite instance.
StaticCameraData
StaticCameraData(guid: Guid)
Creates a new StaticCameraData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StaticCameraData
StaticCameraData(other: TargetCameraData)
Casts an instance of type TargetCameraData to StaticCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TargetCameraData | The instance to cast to StaticCameraData. |
StaticCameraData
StaticCameraData(other: CameraData)
Casts an instance of type CameraData to StaticCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CameraData | The instance to cast to StaticCameraData. |
StaticCameraData
StaticCameraData(other: GameObjectData)
Casts an instance of type GameObjectData to StaticCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to StaticCameraData. |
StaticCameraData
StaticCameraData(other: GameDataContainer)
Casts an instance of type GameDataContainer to StaticCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to StaticCameraData. |
StaticCameraData
StaticCameraData(other: DataContainer)
Casts an instance of type DataContainer to StaticCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StaticCameraData. |
Properties
leftCurve
Vec3[]
rightCurve
Vec3[]
upCurve
Vec3[]
downCurve
Vec3[]
upPitchAngle
float
yawInputAction
loosePartPhysics
leftYawAngle
float
rightYawAngle
float
pitchSensitivityZoomed
float
downPitchAngle
float
averageFilterFrames
int
pitchInputAction
yawSensitivityZoomed
float
pitchSensitivityNonZoomed
float
yawSensitivityNonZoomed
float
resetAccumulatedInputOnViewChange
bool
mirrorHorizontalCurves
bool
accumulateInput
bool
mirrorVerticalCurves
bool
Static members
typeInfo
The type information for the StaticCameraData type.