SkyComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
cloudLayerSunColor Vec3
cloudLayer2Color Vec3
cloudLayer1Color Vec3
skyGradientTexture TextureAsset | nil
sunSize float
brightnessScale float
sunScale float
panoramicUVMaxX float
panoramicUVMinY float
panoramicUVMaxY float
realm Realm
panoramicUVMinX float
panoramicTexture TextureAsset | nil
panoramicAlphaTexture TextureAsset | nil
panoramicTileFactor float
cloudLayerMaskTexture TextureAsset | nil
cloudLayer1Altitude float
cloudLayer1TileFactor float
cloudLayer1Rotation float
cloudLayer1Speed float
cloudLayer1SunLightIntensity float
panoramicRotation float
cloudLayer1AmbientLightIntensity float
cloudLayer1SunLightPower float
cloudLayer1AlphaMul float
cloudLayer1Texture TextureAsset | nil
cloudLayer2Altitude float
cloudLayer2TileFactor float
cloudLayer2Rotation float
cloudLayer2Speed float
cloudLayer2SunLightIntensity float
cloudLayer2SunLightPower float
cloudLayer2AmbientLightIntensity float
staticEnvmapScale float
cloudLayer2AlphaMul float
cloudLayer2Texture TextureAsset | nil
staticEnvmapTexture TextureAsset | nil
skyVisibilityExponent float
skyEnvmap8BitTexScale float
customEnvmapTexture TextureAsset | nil
customEnvmapScale float
customEnvmapAmbient float
enable bool

Static members

Name Type
SkyComponentData.typeInfo TypeInformation

Constructors

SkyComponentData

SkyComponentData()

Creates a new SkyComponentData frostbite instance.

SkyComponentData

SkyComponentData(guid: Guid)

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

Parameters

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

SkyComponentData

SkyComponentData(other: ComponentData)

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

Parameters

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

SkyComponentData

SkyComponentData(other: GameObjectData)

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

Parameters

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

SkyComponentData

SkyComponentData(other: GameDataContainer)

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

Parameters

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

SkyComponentData

SkyComponentData(other: DataContainer)

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

Parameters

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

Properties

cloudLayerSunColor

Vec3

cloudLayer2Color

Vec3

cloudLayer1Color

Vec3

skyGradientTexture

TextureAsset | nil

sunSize

float

brightnessScale

float

sunScale

float

panoramicUVMaxX

float

panoramicUVMinY

float

panoramicUVMaxY

float

realm

Realm

panoramicUVMinX

float

panoramicTexture

TextureAsset | nil

panoramicAlphaTexture

TextureAsset | nil

panoramicTileFactor

float

cloudLayerMaskTexture

TextureAsset | nil

cloudLayer1Altitude

float

cloudLayer1TileFactor

float

cloudLayer1Rotation

float

cloudLayer1Speed

float

cloudLayer1SunLightIntensity

float

panoramicRotation

float

cloudLayer1AmbientLightIntensity

float

cloudLayer1SunLightPower

float

cloudLayer1AlphaMul

float

cloudLayer1Texture

TextureAsset | nil

cloudLayer2Altitude

float

cloudLayer2TileFactor

float

cloudLayer2Rotation

float

cloudLayer2Speed

float

cloudLayer2SunLightIntensity

float

cloudLayer2SunLightPower

float

cloudLayer2AmbientLightIntensity

float

staticEnvmapScale

float

cloudLayer2AlphaMul

float

cloudLayer2Texture

TextureAsset | nil

staticEnvmapTexture

TextureAsset | nil

skyVisibilityExponent

float

skyEnvmap8BitTexScale

float

customEnvmapTexture

TextureAsset | nil

customEnvmapScale

float

customEnvmapAmbient

float

enable

bool

Static members

typeInfo

TypeInformation

The type information for the SkyComponentData type.

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