CameraParamsComponentData

Inherits from ComponentData

Summary

Constructors

CameraParamsComponentData()
CameraParamsComponentData(guid: Guid)
CameraParamsComponentData(other: ComponentData)
CameraParamsComponentData(other: GameObjectData)
CameraParamsComponentData(other: GameDataContainer)
CameraParamsComponentData(other: DataContainer)

Properties

Name Type
viewDistance float
nearPlane float
sunShadowmapViewDistance float

Static members

Name Type
CameraParamsComponentData.typeInfo TypeInformation

Constructors

CameraParamsComponentData

CameraParamsComponentData()

Creates a new CameraParamsComponentData frostbite instance.

CameraParamsComponentData

CameraParamsComponentData(guid: Guid)

Creates a new CameraParamsComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

CameraParamsComponentData

CameraParamsComponentData(other: ComponentData)

Casts an instance of type ComponentData to CameraParamsComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to CameraParamsComponentData.

CameraParamsComponentData

CameraParamsComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to CameraParamsComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to CameraParamsComponentData.

CameraParamsComponentData

CameraParamsComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to CameraParamsComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to CameraParamsComponentData.

CameraParamsComponentData

CameraParamsComponentData(other: DataContainer)

Casts an instance of type DataContainer to CameraParamsComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to CameraParamsComponentData.

Properties

viewDistance

float

nearPlane

float

sunShadowmapViewDistance

float

Static members

typeInfo

TypeInformation

The type information for the CameraParamsComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)