Class in Zendir.Core
Declaration
class Simulation;
Description
Represents an imitative collection of real-world objects that can evolve over time.
Properties
Declared | Description |
---|---|
ElapsedSeconds | The amount of simulation seconds propagated. |
Methods
Declared | Description |
---|---|
AddObject | Returns a new simulation object with the specified type. |
FindObjectsWithType | Returns all simulation objects that satisfies the specified type. |
FindObjectWithID | Returns a simulation object that satisfies the specified ID. |
FindObjectWithType | Returns a simulation object that satisfies the specified type. |
RemoveObject | Returns true if the specified simulation object was removed. |
Tick | Returns true if the simulation has propagated forward in time. |