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