BaseShapeData

Inherits from GameObjectData

Summary

Constructors

BaseShapeData()
BaseShapeData(guid: Guid)
BaseShapeData(other: GameObjectData)
BaseShapeData(other: GameDataContainer)
BaseShapeData(other: DataContainer)

Static members

Name Type
BaseShapeData.typeInfo TypeInformation

Constructors

BaseShapeData

BaseShapeData()

Creates a new BaseShapeData frostbite instance.

BaseShapeData

BaseShapeData(guid: Guid)

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

Parameters

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

BaseShapeData

BaseShapeData(other: GameObjectData)

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

Parameters

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

BaseShapeData

BaseShapeData(other: GameDataContainer)

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

Parameters

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

BaseShapeData

BaseShapeData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the BaseShapeData type.

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