-- get the entity from the script binding context --
entity = Entities.getEntity(CONTEXT);

function loop ()

	-- update physics on the entity --
	Entities.updatePhysics(entity);
	
end