DebugTestEntityData

Inherits from GameEntityData

Summary

Constructors

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

Static members

Name Type
DebugTestEntityData.typeInfo TypeInformation

Constructors

DebugTestEntityData

DebugTestEntityData()

Creates a new DebugTestEntityData frostbite instance.

DebugTestEntityData

DebugTestEntityData(guid: Guid)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: GameEntityData)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: SpatialEntityData)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: EntityData)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: GameObjectData)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: GameDataContainer)

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

Parameters

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

DebugTestEntityData

DebugTestEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the DebugTestEntityData type.

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