Packagecom.fileitup.fisixengine.core
Interfacepublic interface EngineObject
ImplementorsCollisionObject, Constraint, FisixContainer, Magnet, MouseAttacher

An interface to be implemented by all objects which are added to the engine in the simulation.



Public Methods
 MethodDefined by
  
dispose():void
EngineObject
  
unload():void
EngineObject
Method detail
dispose()method
public function dispose():void
unload()method 
public function unload():void