Ejemplo n.º 1
0
 public override void DrawPreTransitionUI(int selState, IGUIScriptSelector gui)
 {
     scriptWithMethodToInvoke = gui.DrawScriptSelection(scriptWithMethodToInvoke, ref methodToInvoke);
 }
Ejemplo n.º 2
0
	// Draws the UI for the control's properties
	// just before the transition UI stuff is drawn.
	public virtual void DrawPreTransitionUI(int selState, IGUIScriptSelector gui) { }
Ejemplo n.º 3
0
	public override void DrawPreTransitionUI(int selState, IGUIScriptSelector gui)
	{
		scriptWithMethodToInvoke = gui.DrawScriptSelection(scriptWithMethodToInvoke, ref methodToInvoke);
	}
Ejemplo n.º 4
0
 // Draws the UI for the control's properties
 // just before the transition UI stuff is drawn.
 public virtual void DrawPreTransitionUI(int selState, IGUIScriptSelector gui)
 {
 }