SupplySphereComponentData
Inherits from ComponentData
Summary
Constructors
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
Static members
typeInfo
The type information for the SupplySphereComponentData type.