/* Called from UpdateDriver. */ public void OnFixedUpdate() { curConfiguration.OnFixedUpdate(); }
/* FixedUpdate for all Behaviours and States is only called in this Manager. */ public void OnFixedUpdate() { curBehaviour.OnFixedUpdate(); }