Namespace: DeltaEngine.ScenesAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public void AddMenuOption(
Action clicked,
string text = ""
)
public void AddMenuOption(
Action clicked,
string text = ""
)
Public Sub AddMenuOption (
clicked As Action,
Optional text As String = ""
)
Public Sub AddMenuOption (
clicked As Action,
Optional text As String = ""
)
public:
void AddMenuOption(
Action^ clicked,
String^ text = L""
)
public:
void AddMenuOption(
Action^ clicked,
String^ text = L""
)
member AddMenuOption :
clicked : Action *
?text : string
(* Defaults:
let _text = defaultArg text ""
*)
-> unit
member AddMenuOption :
clicked : Action *
?text : string
(* Defaults:
let _text = defaultArg text ""
*)
-> unit