com.threerings.tudey.client
Interface TudeySceneView.TickParticipant
- All Known Implementing Classes:
- ActorSprite, EffectSprite
- Enclosing class:
- TudeySceneView
public static interface TudeySceneView.TickParticipant
An interface for objects (such as sprites and observers) that require per-tick updates.
|
Method Summary |
boolean |
tick(int delayedTime)
Ticks the participant. |
tick
boolean tick(int delayedTime)
- Ticks the participant.
- Parameters:
delayedTime - the current delayed client time.
- Returns:
- true to continue ticking the participant, false to remove it from the list.
Copyright © 2011. All Rights Reserved.