コード例 #1
0
 /* Called from UpdateDriver. */
 public void OnFixedUpdate()
 {
     curConfiguration.OnFixedUpdate();
 }
コード例 #2
0
 /* FixedUpdate for all Behaviours and States is only called in this Manager. */
 public void OnFixedUpdate()
 {
     curBehaviour.OnFixedUpdate();
 }