PlanarReflectionComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
verticalBlurFilter BlurFilter
horizontalDeviation float
groundHeight float
verticalDeviation float
horizontalBlurFilter BlurFilter
skyRenderEnable bool
enable bool

Static members

Name Type
PlanarReflectionComponentData.typeInfo TypeInformation

Constructors

PlanarReflectionComponentData

PlanarReflectionComponentData()

Creates a new PlanarReflectionComponentData frostbite instance.

PlanarReflectionComponentData

PlanarReflectionComponentData(guid: Guid)

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

Parameters

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

PlanarReflectionComponentData

PlanarReflectionComponentData(other: ComponentData)

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

Parameters

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

PlanarReflectionComponentData

PlanarReflectionComponentData(other: GameObjectData)

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

Parameters

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

PlanarReflectionComponentData

PlanarReflectionComponentData(other: GameDataContainer)

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

Parameters

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

PlanarReflectionComponentData

PlanarReflectionComponentData(other: DataContainer)

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

Parameters

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

Properties

verticalBlurFilter

BlurFilter

horizontalDeviation

float

groundHeight

float

verticalDeviation

float

horizontalBlurFilter

BlurFilter

skyRenderEnable

bool

enable

bool

Static members

typeInfo

TypeInformation

The type information for the PlanarReflectionComponentData type.

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