StreamGridEntityData

Inherits from SpatialEntityData

Summary

Constructors

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

Properties

Name Type
cellSize float
viewDistance float
maxStreamInCountPerFrame int
maxStreamOutCountPerFrame int
cells StreamGridCell[]

Static members

Name Type
StreamGridEntityData.typeInfo TypeInformation

Constructors

StreamGridEntityData

StreamGridEntityData()

Creates a new StreamGridEntityData frostbite instance.

StreamGridEntityData

StreamGridEntityData(guid: Guid)

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

Parameters

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

StreamGridEntityData

StreamGridEntityData(other: SpatialEntityData)

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

Parameters

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

StreamGridEntityData

StreamGridEntityData(other: EntityData)

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

Parameters

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

StreamGridEntityData

StreamGridEntityData(other: GameObjectData)

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

Parameters

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

StreamGridEntityData

StreamGridEntityData(other: GameDataContainer)

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

Parameters

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

StreamGridEntityData

StreamGridEntityData(other: DataContainer)

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

Parameters

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

Properties

cellSize

float

viewDistance

float

maxStreamInCountPerFrame

int

maxStreamOutCountPerFrame

int

cells

StreamGridCell[]

Static members

typeInfo

TypeInformation

The type information for the StreamGridEntityData type.

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