StaticEnlightenEntityData
Inherits from EnlightenEntityData
Summary
Constructors
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
The type information for the StaticEnlightenEntityData type.