StreamingGateEntityData

Inherits from EntityData

Summary

Constructors

StreamingGateEntityData()
StreamingGateEntityData(guid: Guid)
StreamingGateEntityData(other: EntityData)
StreamingGateEntityData(other: GameObjectData)
StreamingGateEntityData(other: GameDataContainer)
StreamingGateEntityData(other: DataContainer)

Properties

Name Type
timeout float

Static members

Name Type
StreamingGateEntityData.typeInfo TypeInformation

Constructors

StreamingGateEntityData

StreamingGateEntityData()

Creates a new StreamingGateEntityData frostbite instance.

StreamingGateEntityData

StreamingGateEntityData(guid: Guid)

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

Parameters

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

StreamingGateEntityData

StreamingGateEntityData(other: EntityData)

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

Parameters

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

StreamingGateEntityData

StreamingGateEntityData(other: GameObjectData)

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

Parameters

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

StreamingGateEntityData

StreamingGateEntityData(other: GameDataContainer)

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

Parameters

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

StreamingGateEntityData

StreamingGateEntityData(other: DataContainer)

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

Parameters

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

Properties

timeout

float

Static members

typeInfo

TypeInformation

The type information for the StreamingGateEntityData type.

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