PlanarReflectionComponentData
Inherits from ComponentData
Summary
Constructors
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
horizontalDeviation
float
groundHeight
float
verticalDeviation
float
horizontalBlurFilter
skyRenderEnable
bool
enable
bool
Static members
typeInfo
The type information for the PlanarReflectionComponentData type.