GroundHeightEntityData

Inherits from SpatialEntityData

Summary

Constructors

GroundHeightEntityData()
GroundHeightEntityData(guid: Guid)
GroundHeightEntityData(other: SpatialEntityData)
GroundHeightEntityData(other: EntityData)
GroundHeightEntityData(other: GameObjectData)
GroundHeightEntityData(other: GameDataContainer)
GroundHeightEntityData(other: DataContainer)

Properties

Name Type
data GroundHeightData

Static members

Name Type
GroundHeightEntityData.typeInfo TypeInformation

Constructors

GroundHeightEntityData

GroundHeightEntityData()

Creates a new GroundHeightEntityData frostbite instance.

GroundHeightEntityData

GroundHeightEntityData(guid: Guid)

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

Parameters

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

GroundHeightEntityData

GroundHeightEntityData(other: SpatialEntityData)

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

Parameters

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

GroundHeightEntityData

GroundHeightEntityData(other: EntityData)

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

Parameters

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

GroundHeightEntityData

GroundHeightEntityData(other: GameObjectData)

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

Parameters

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

GroundHeightEntityData

GroundHeightEntityData(other: GameDataContainer)

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

Parameters

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

GroundHeightEntityData

GroundHeightEntityData(other: DataContainer)

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

Parameters

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

Properties

data

GroundHeightData

Static members

typeInfo

TypeInformation

The type information for the GroundHeightEntityData type.

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