FPSCameraData
Inherits from TargetCameraData
Summary
Constructors
FPSCameraData() |
FPSCameraData(guid: Guid) |
FPSCameraData(other: TargetCameraData) |
FPSCameraData(other: CameraData) |
FPSCameraData(other: GameObjectData) |
FPSCameraData(other: GameDataContainer) |
FPSCameraData(other: DataContainer) |
Properties
Name | Type |
---|---|
turnEffectSettings | TurnEffectData |
blurEffectSettings | BlurEffectData |
fov | float |
Static members
Name | Type |
---|---|
FPSCameraData.typeInfo | TypeInformation |
Constructors
FPSCameraData
FPSCameraData()
Creates a new FPSCameraData frostbite instance.
FPSCameraData
FPSCameraData(guid: Guid)
Creates a new FPSCameraData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FPSCameraData
FPSCameraData(other: TargetCameraData)
Casts an instance of type TargetCameraData to FPSCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TargetCameraData | The instance to cast to FPSCameraData. |
FPSCameraData
FPSCameraData(other: CameraData)
Casts an instance of type CameraData to FPSCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CameraData | The instance to cast to FPSCameraData. |
FPSCameraData
FPSCameraData(other: GameObjectData)
Casts an instance of type GameObjectData to FPSCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to FPSCameraData. |
FPSCameraData
FPSCameraData(other: GameDataContainer)
Casts an instance of type GameDataContainer to FPSCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to FPSCameraData. |
FPSCameraData
FPSCameraData(other: DataContainer)
Casts an instance of type DataContainer to FPSCameraData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FPSCameraData. |
Properties
turnEffectSettings
blurEffectSettings
fov
float
Static members
typeInfo
The type information for the FPSCameraData type.