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