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