Example #1
0
 public void Update(double timeDelta)
 {
     if (cursorEffect != null)
     {
         cursorRenderEffect = cursorEffect.BehaviorFunc(new BehaviorContext((float)timeDelta));
     }
 }