Chapter 20. The Built-In breve Class APIs

This section lists all of the built-in breve class objects. These objects are used to interact with specific features in the breve engine.

Mobile

Mobile objects are objects in the simulated world which move around and interact with other objects. This is in contrast to Stationary objects which can collide and interact with other objects but which never move. When a Mobile object is created, it will be by default a simple sphere. You can change the appearance of this sphere by using methods in this class, or its parent class Real. Or you can change the shape altogether with the method set-shape.

Full API documentation for the class Mobile can be found here.