Package com.badlogic.gdx.utils
Interface Pool.Poolable
-
- All Known Implementing Classes:
Action,AddAction,AddListenerAction,AfterAction,AlphaAction,BaseAnimationController.Transform,Cell,ChangeListener.ChangeEvent,ColorAction,CountdownEventAction,DelayAction,DelegateAction,Event,EventAction,FloatAction,FloatCounter,FocusListener.FocusEvent,GlyphLayout,GlyphLayout.GlyphRun,InputEvent,IntAction,LayoutAction,MeshPartBuilder.VertexInfo,MoveByAction,MoveToAction,Net.HttpRequest,ParallelAction,QuadTreeFloat,RelativeTemporalAction,RemoveAction,RemoveActorAction,RemoveListenerAction,RepeatAction,RotateByAction,RotateToAction,RunnableAction,ScaleByAction,ScaleToAction,SequenceAction,SizeByAction,SizeToAction,Stage.TouchFocus,TemporalAction,TimeScaleAction,TouchableAction,VisibleAction
public static interface Pool.PoolableObjects implementing this interface will havereset()called when passed toPool.free(Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Resets the object for reuse.
-