PackagingCellData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
rules PackagingRule[]
targets PackagingCellData[]
shape Vec2[]

Static members

Name Type
PackagingCellData.typeInfo TypeInformation

Constructors

PackagingCellData

PackagingCellData()

Creates a new PackagingCellData frostbite instance.

PackagingCellData

PackagingCellData(guid: Guid)

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

Parameters

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

PackagingCellData

PackagingCellData(other: EntityData)

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

Parameters

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

PackagingCellData

PackagingCellData(other: GameObjectData)

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

Parameters

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

PackagingCellData

PackagingCellData(other: GameDataContainer)

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

Parameters

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

PackagingCellData

PackagingCellData(other: DataContainer)

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

Parameters

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

Properties

rules

PackagingRule[]

targets

PackagingCellData[]

shape

Vec2[]

Static members

typeInfo

TypeInformation

The type information for the PackagingCellData type.

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