SupportedShootingComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| commonData | SupportedShootingCommonData | nil |
Static members
| Name | Type |
|---|---|
| SupportedShootingComponentData.typeInfo | TypeInformation |
Constructors
SupportedShootingComponentData
SupportedShootingComponentData()
Creates a new SupportedShootingComponentData frostbite instance.
SupportedShootingComponentData
SupportedShootingComponentData(guid: Guid)
Creates a new SupportedShootingComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SupportedShootingComponentData
SupportedShootingComponentData(other: ComponentData)
Casts an instance of type ComponentData to SupportedShootingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to SupportedShootingComponentData. |
SupportedShootingComponentData
SupportedShootingComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to SupportedShootingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to SupportedShootingComponentData. |
SupportedShootingComponentData
SupportedShootingComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SupportedShootingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to SupportedShootingComponentData. |
SupportedShootingComponentData
SupportedShootingComponentData(other: DataContainer)
Casts an instance of type DataContainer to SupportedShootingComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SupportedShootingComponentData. |
Properties
commonData
Static members
typeInfo
The type information for the SupportedShootingComponentData type.