I've downloaded [Farseer Physics for Unity][1] and imported it into a new project. Farseer is a C# / Unity port of a 2D physics engine based on Box2D.
There are many new classes such as Fixture and Body, but I cannot declare them in Javascript like:
var fixture :Fixture; // does not work.
Please help.
[1]: http://u3d.as/content/cats-in-the-sky/farseer-for-unity/359
↧