Update() public method

public Update ( ) : void
return void
Exemplo n.º 1
0
 void Update()
 {
     if (Context.ValidContext)
     {
         Context.Update();
     }
 }
 // Update is called once per frame
 void Update()
 {
     if (Context.ValidContext)
     {
         Context.Update();
         sessionManager.Update(Context.context);
     }
 }
 // Update is called once per frame
 void Update()
 {
     Context.Update();
 }