importonly final class PhysicalMeshComponent extends MeshComponent
{
	public import function CreatePhysicalBodyInterface( optional bodyIndex : Int32 ) : PhysicalBodyInterface;
	public import function ToggleCollision( enabled : Bool );
}

