ChargedBullet Methods |
The ChargedBullet type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDestruct |
Called when the bullet autodestructs.
| |
| Awake |
Reset this instance to the pristine state.
(Overrides MagicEffectAwake.) | |
| Charge |
Update the charge state of this bullet.
| |
| Fire |
Called when the bullet is fired.
| |
| FixedUpdate |
Update the effect state.
(Overrides MagicEffectFixedUpdate.) | |
| OnPress |
Called when the user presses the trigger.
(Overrides MagicEffectOnPress.) | |
| ResetState |
Reset this instance to the pristine state.
(Overrides MagicEffectResetState.) | |
| SetCharge |
Called when the charge state of this bullet changes.
|