Exemplo n.º 1
0
 /// <summary>
 /// The constructor creates an UpdateOnFrame activity.
 /// </summary>
 /// <param name="fu">The object that shouldbe updated every frame.</param>
 public UpdateOnFrame(IFrameUpdateable fu)
 {
     m_action = fu;
 }
Exemplo n.º 2
0
 /// <summary>
 /// The constructor creates an UpdateOnFrame activity.
 /// </summary>
 /// <param name="fu">The object that shouldbe updated every frame.</param>
 public UpdateOnFrame(IFrameUpdateable fu)
 {
     m_action = fu;
 }