Свойство | Тип | Описание | |
---|---|---|---|
animationPumpInterval | float |
Свойство | Тип | Описание | |
---|---|---|---|
cur | ISpriteAnimatable | ||
head | ISpriteAnimatable | ||
pumpIsDone | bool | ||
pumpIsRunning | bool |
Метод | Описание | |
---|---|---|
Add ( ISpriteAnimatable s ) : void | ||
OnDestroy ( ) : void | ||
Remove ( ISpriteAnimatable s ) : void | ||
StartAnimationPump ( ) : void |
Starts the animation pump coroutine. Normally, there is no need to call this directly. Only use this if you have manually stopped the pump to pause all animations or something.
|
|
StopAnimationPump ( ) : void |
Stops the animation pump from running. Normally, there is no need to call this directly. Only use this if you want to pause all animations or something.
|
Метод | Описание | |
---|---|---|
AnimationPump ( ) : IEnumerator | ||
PumpStarter ( ) : IEnumerator |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
OnApplicationPause ( bool paused ) : void |
public static Add ( ISpriteAnimatable s ) : void | ||
s | ISpriteAnimatable | |
Результат | void |
protected static AnimationPump ( ) : IEnumerator | ||
Результат | IEnumerator |
public static Remove ( ISpriteAnimatable s ) : void | ||
s | ISpriteAnimatable | |
Результат | void |
public static StopAnimationPump ( ) : void | ||
Результат | void |
public static float animationPumpInterval | ||
Результат | float |
protected static ISpriteAnimatable cur | ||
Результат | ISpriteAnimatable |
protected static ISpriteAnimatable head | ||
Результат | ISpriteAnimatable |