public override void UpdateBeforeSimulation()
        {
            base.UpdateBeforeSimulation();

            if (m_CoreProcessor == null)
            {
                startCore();
            }

            m_CoreProcessor.updateBeforeSimulation();
        }