Summary
Initializes and activates this missile.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Examples - Containing Type
- Missile
Syntax
public void Fire(IDealDamage source, Vector3 position, Quaternion rotation, float speed, bool isWorthPoints)
Parameters
| Name | Type | Description |
|---|---|---|
| source | IDealDamage | |
| position | Vector3 | |
| rotation | Quaternion | |
| speed | float | |
| isWorthPoints | bool |
Return Value
| Type | Description |
|---|---|
| void |