EnlightenComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
skyBoxSkyColor Vec3
skyBoxBackLightColor Vec3
skyBoxGroundColor Vec3
terrainColor Vec3
skyBoxSunLightColor Vec3
bounceScale float
cullDistance float
sunScale float
realm Realm
skyBoxBackLightRotationY float
skyBoxSunLightColorSize float
skyBoxBackLightColorSize float
skyBoxBackLightRotationX float
skyBoxEnable bool
enable bool

Static members

Name Type
EnlightenComponentData.typeInfo TypeInformation

Constructors

EnlightenComponentData

EnlightenComponentData()

Creates a new EnlightenComponentData frostbite instance.

EnlightenComponentData

EnlightenComponentData(guid: Guid)

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

Parameters

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

EnlightenComponentData

EnlightenComponentData(other: ComponentData)

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

Parameters

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

EnlightenComponentData

EnlightenComponentData(other: GameObjectData)

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

Parameters

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

EnlightenComponentData

EnlightenComponentData(other: GameDataContainer)

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

Parameters

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

EnlightenComponentData

EnlightenComponentData(other: DataContainer)

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

Parameters

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

Properties

skyBoxSkyColor

Vec3

skyBoxBackLightColor

Vec3

skyBoxGroundColor

Vec3

terrainColor

Vec3

skyBoxSunLightColor

Vec3

bounceScale

float

cullDistance

float

sunScale

float

realm

Realm

skyBoxBackLightRotationY

float

skyBoxSunLightColorSize

float

skyBoxBackLightColorSize

float

skyBoxBackLightRotationX

float

skyBoxEnable

bool

enable

bool

Static members

typeInfo

TypeInformation

The type information for the EnlightenComponentData type.

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