net.jinx.physics
Interface Physical

All Known Implementing Classes:
PhysicalSpark, PhysicalSphere, VisiblePhysical

public interface Physical

Tagging an Actor with this interface will allow it to be plugged into a Scene and be detected by an attached PhysicalSimulator.


Method Summary
 PhysicalObject getPhysicalObject()
           
 

Method Detail

getPhysicalObject

PhysicalObject getPhysicalObject()