PointLightEntityData

Inherits from LocalLightEntityData

Summary

Constructors

PointLightEntityData()
PointLightEntityData(guid: Guid)
PointLightEntityData(other: LocalLightEntityData)
PointLightEntityData(other: SpatialEntityData)
PointLightEntityData(other: EntityData)
PointLightEntityData(other: GameObjectData)
PointLightEntityData(other: GameDataContainer)
PointLightEntityData(other: DataContainer)

Properties

Name Type
width float
translucencyAmbient float
translucencyScale float
translucencyPower int
translucencyDistortion float

Static members

Name Type
PointLightEntityData.typeInfo TypeInformation

Constructors

PointLightEntityData

PointLightEntityData()

Creates a new PointLightEntityData frostbite instance.

PointLightEntityData

PointLightEntityData(guid: Guid)

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

Parameters

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

PointLightEntityData

PointLightEntityData(other: LocalLightEntityData)

Casts an instance of type LocalLightEntityData to PointLightEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LocalLightEntityData The instance to cast to PointLightEntityData.

PointLightEntityData

PointLightEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to PointLightEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to PointLightEntityData.

PointLightEntityData

PointLightEntityData(other: EntityData)

Casts an instance of type EntityData to PointLightEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to PointLightEntityData.

PointLightEntityData

PointLightEntityData(other: GameObjectData)

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

Parameters

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

PointLightEntityData

PointLightEntityData(other: GameDataContainer)

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

Parameters

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

PointLightEntityData

PointLightEntityData(other: DataContainer)

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

Parameters

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

Properties

width

float

translucencyAmbient

float

translucencyScale

float

translucencyPower

int

translucencyDistortion

float

Static members

typeInfo

TypeInformation

The type information for the PointLightEntityData type.

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