Class Pulse
Syntax
public class Pulse : MonoBehaviour
Fields
IsSpeedUpActive
Declaration
public bool IsSpeedUpActive
Field Value
Methods
Continue()
A user holding a click will trigger a ring that does not animate. When their click is released, begin animation.
Declaration
Init(Boolean, Boolean)
Declaration
public void Init(bool isMouseDown, bool startFast)
Parameters
SpeedUp(Boolean)
A new click was made before the current one was finished, so any existing ripple effects should quickly disappear.
Declaration
public void SpeedUp(bool killImmediate)
Parameters
Type |
Name |
Description |
Boolean |
killImmediate |
|