FogComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
curve Vec4
fogColorCurve Vec4
fogColor Vec3
fogColorStart float
fogDistanceMultiplier float
realm Realm
endValue float
transparencyFadeStart float
start float
transparencyFadeEnd float
fogColorEnd float
transparencyFadeClamp float
heightFogVisibilityRange float
heightFogAltitude float
heightFogDepth float
heightFogFollowCamera float
fogGradientEnable bool
enable bool
heightFogEnable bool
fogColorEnable bool

Static members

Name Type
FogComponentData.typeInfo TypeInformation

Constructors

FogComponentData

FogComponentData()

Creates a new FogComponentData frostbite instance.

FogComponentData

FogComponentData(guid: Guid)

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

Parameters

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

FogComponentData

FogComponentData(other: ComponentData)

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

Parameters

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

FogComponentData

FogComponentData(other: GameObjectData)

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

Parameters

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

FogComponentData

FogComponentData(other: GameDataContainer)

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

Parameters

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

FogComponentData

FogComponentData(other: DataContainer)

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

Parameters

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

Properties

curve

Vec4

fogColorCurve

Vec4

fogColor

Vec3

fogColorStart

float

fogDistanceMultiplier

float

realm

Realm

endValue

float

transparencyFadeStart

float

start

float

transparencyFadeEnd

float

fogColorEnd

float

transparencyFadeClamp

float

heightFogVisibilityRange

float

heightFogAltitude

float

heightFogDepth

float

heightFogFollowCamera

float

fogGradientEnable

bool

enable

bool

heightFogEnable

bool

fogColorEnable

bool

Static members

typeInfo

TypeInformation

The type information for the FogComponentData type.

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