DynamicEnlightenEntityData
Inherits from EnlightenEntityData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| enlightenData | EnlightenDataAsset | nil |
Static members
| Name | Type |
|---|---|
| DynamicEnlightenEntityData.typeInfo | TypeInformation |
Constructors
DynamicEnlightenEntityData
DynamicEnlightenEntityData()
Creates a new DynamicEnlightenEntityData frostbite instance.
DynamicEnlightenEntityData
DynamicEnlightenEntityData(guid: Guid)
Creates a new DynamicEnlightenEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
DynamicEnlightenEntityData
DynamicEnlightenEntityData(other: EnlightenEntityData)
Casts an instance of type EnlightenEntityData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EnlightenEntityData | The instance to cast to DynamicEnlightenEntityData. |
DynamicEnlightenEntityData
DynamicEnlightenEntityData(other: EntityData)
Casts an instance of type EntityData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to DynamicEnlightenEntityData. |
DynamicEnlightenEntityData
DynamicEnlightenEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to DynamicEnlightenEntityData. |
DynamicEnlightenEntityData
DynamicEnlightenEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to DynamicEnlightenEntityData. |
DynamicEnlightenEntityData
DynamicEnlightenEntityData(other: DataContainer)
Casts an instance of type DataContainer to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to DynamicEnlightenEntityData. |
Properties
enlightenData
EnlightenDataAsset | nil
Static members
typeInfo
The type information for the DynamicEnlightenEntityData type.