StaticEnlightenEntityData

Inherits from EnlightenEntityData

Summary

Constructors

StaticEnlightenEntityData()
StaticEnlightenEntityData(guid: Guid)
StaticEnlightenEntityData(other: EnlightenEntityData)
StaticEnlightenEntityData(other: EntityData)
StaticEnlightenEntityData(other: GameObjectData)
StaticEnlightenEntityData(other: GameDataContainer)
StaticEnlightenEntityData(other: DataContainer)

Properties

Name Type
enlightenData StaticEnlightenData | nil
dynamicEnlightenData EnlightenDataAsset | nil

Static members

Name Type
StaticEnlightenEntityData.typeInfo TypeInformation

Constructors

StaticEnlightenEntityData

StaticEnlightenEntityData()

Creates a new StaticEnlightenEntityData frostbite instance.

StaticEnlightenEntityData

StaticEnlightenEntityData(guid: Guid)

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

Parameters

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

StaticEnlightenEntityData

StaticEnlightenEntityData(other: EnlightenEntityData)

Casts an instance of type EnlightenEntityData to StaticEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EnlightenEntityData The instance to cast to StaticEnlightenEntityData.

StaticEnlightenEntityData

StaticEnlightenEntityData(other: EntityData)

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

Parameters

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

StaticEnlightenEntityData

StaticEnlightenEntityData(other: GameObjectData)

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

Parameters

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

StaticEnlightenEntityData

StaticEnlightenEntityData(other: GameDataContainer)

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

Parameters

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

StaticEnlightenEntityData

StaticEnlightenEntityData(other: DataContainer)

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

Parameters

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

Properties

enlightenData

StaticEnlightenData | nil

dynamicEnlightenData

EnlightenDataAsset | nil

Static members

typeInfo

TypeInformation

The type information for the StaticEnlightenEntityData type.

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