australia_simulator
australiasim
GameView
removeActor
removeActor
australia_simulator
australiasim
GameView
removeActor
method
removeActor
Source
australia_simulator
australiasim
GameView
Constructors
GameView
Properties
isRunning
onInput
onSelectLevel
hashCode
runtimeType
Operators
operator ==
Methods
closeGameView
createActor
hintBig
openGameView
removeActor
activate
clearCache
create
deactivate
get
hide
move
nextFrame
noSuchMethod
remove
rotate
scale
setDimensions
show
timeout
toString
transform
wait
dynamic
removeActor
(
Actor
actor
)
Removes the
actor
from the view.
Source
removeActor(Actor actor) { remove(actor.name); }