public override void Update() { PreUpdate(); physicsExample.Update(); UserVars.setValue("MeshCount", physicsExample.GetElements()); PostUpdate(); }
public override void Update() { physicsExample.Update(ElapsedTime, TimeBetweenUpdates); UserVars.setValue("MeshCount", physicsExample.GetElements()); }