コード例 #1
0
 public void Update()
 {
     if (axisValueMonitor != null)
     {
         axisValueMonitor.Update();
     }
 }
コード例 #2
0
ファイル: IronGateController.cs プロジェクト: linxscc/bnyx
        public override void FixedUpdate()
        {
            base.FixedUpdate();

            fsm.Update();
            ironGateTypeMonitor.Update();
        }