Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
void | Init (Vector3 pos, float delayFly=0, bool immediate=false) |
void | Transform (Vector3 offset) |
Public Attributes | |
string | getSound = "CoinGet" |
Static Public Attributes | |
const float | InitStayCoinSec = 6 |
const float | InitFlyCoinSec = 0.4f |
static float | FlyCoinSec = InitFlyCoinSec |
const float | FlyToSec = 0.5f |
Protected Attributes | |
bool | flying = false |