Class in Zendir.Core

Declaration

class Simulation;

Description

Represents an imitative collection of real-world objects that can evolve over time.


Properties

DeclaredDescription
ElapsedSecondsThe amount of simulation seconds propagated.

Methods

DeclaredDescription
AddObjectReturns a new simulation object with the specified type.
FindObjectsWithTypeReturns all simulation objects that satisfies the specified type.
FindObjectWithIDReturns a simulation object that satisfies the specified ID.
FindObjectWithTypeReturns a simulation object that satisfies the specified type.
RemoveObjectReturns true if the specified simulation object was removed.
TickReturns true if the simulation has propagated forward in time.