示例#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;
 }
示例#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;
 }