SupplySphereComponentData

Inherits from ComponentData

Summary

Constructors

SupplySphereComponentData()
SupplySphereComponentData(guid: Guid)
SupplySphereComponentData(other: ComponentData)
SupplySphereComponentData(other: GameObjectData)
SupplySphereComponentData(other: GameDataContainer)
SupplySphereComponentData(other: DataContainer)

Properties

Name Type
supplyData SupplyData

Static members

Name Type
SupplySphereComponentData.typeInfo TypeInformation

Constructors

SupplySphereComponentData

SupplySphereComponentData()

Creates a new SupplySphereComponentData frostbite instance.

SupplySphereComponentData

SupplySphereComponentData(guid: Guid)

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

Parameters

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

SupplySphereComponentData

SupplySphereComponentData(other: ComponentData)

Casts an instance of type ComponentData to SupplySphereComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to SupplySphereComponentData.

SupplySphereComponentData

SupplySphereComponentData(other: GameObjectData)

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

Parameters

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

SupplySphereComponentData

SupplySphereComponentData(other: GameDataContainer)

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

Parameters

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

SupplySphereComponentData

SupplySphereComponentData(other: DataContainer)

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

Parameters

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

Properties

supplyData

SupplyData

Static members

typeInfo

TypeInformation

The type information for the SupplySphereComponentData type.

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