Minimap2DEntityData

Inherits from GameEntityData

Summary

Constructors

Minimap2DEntityData()
Minimap2DEntityData(guid: Guid)
Minimap2DEntityData(other: GameEntityData)
Minimap2DEntityData(other: SpatialEntityData)
Minimap2DEntityData(other: EntityData)
Minimap2DEntityData(other: GameObjectData)
Minimap2DEntityData(other: GameDataContainer)
Minimap2DEntityData(other: DataContainer)

Properties

Name Type
cameraTransform Vec3
imageHeight int
imageWidth int
antialiasMultiplier int
terrainHeight int
fov int

Static members

Name Type
Minimap2DEntityData.typeInfo TypeInformation

Constructors

Minimap2DEntityData

Minimap2DEntityData()

Creates a new Minimap2DEntityData frostbite instance.

Minimap2DEntityData

Minimap2DEntityData(guid: Guid)

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

Parameters

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

Minimap2DEntityData

Minimap2DEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to Minimap2DEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to Minimap2DEntityData.

Minimap2DEntityData

Minimap2DEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to Minimap2DEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to Minimap2DEntityData.

Minimap2DEntityData

Minimap2DEntityData(other: EntityData)

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

Parameters

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

Minimap2DEntityData

Minimap2DEntityData(other: GameObjectData)

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

Parameters

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

Minimap2DEntityData

Minimap2DEntityData(other: GameDataContainer)

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

Parameters

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

Minimap2DEntityData

Minimap2DEntityData(other: DataContainer)

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

Parameters

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

Properties

cameraTransform

Vec3

imageHeight

int

imageWidth

int

antialiasMultiplier

int

terrainHeight

int

fov

int

Static members

typeInfo

TypeInformation

The type information for the Minimap2DEntityData type.

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