예제 #1
0
 /// <summary>
 ///   In a derived class, implements logic to render the sample.
 /// </summary>
 protected virtual void Draw(DxTime time)
 {
 }
예제 #2
0
 /// <summary>
 ///   In a derived class, implements logic to update any relevant sample state.
 /// </summary>
 protected virtual void Update(DxTime time)
 {
 }