• Manual
  • Scripting API
Show / Hide Table of Contents
  • ScriptableFramework.DeveloperConsole
    • AppEventCommand
    • BoolEventCommand
    • BoundsEventCommand
    • ClearCommand
    • CommandArguments
    • ConsoleCommand
    • ConsoleCommandEntry
    • ConsoleEntry
    • DeveloperConsole
    • DeveloperConsoleBehaviour
    • Extensions
    • FloatEventCommand
    • GravityCommand
    • HelpCommand
    • IConsoleCommand
    • IntEventCommand
    • LoadSceneCommand
    • LogCommand
    • StateMachineCommand
    • StringEventCommand
    • TimeScaleCommand
    • Vector3EventCommand

Class Extensions

Inheritance
System.Object
Extensions
Namespace: ScriptableFramework.DeveloperConsole
Assembly: cs.temp.dll.dll
Syntax
public static class Extensions

Methods

RaiseFromConsole(AppEvent, String)

Declaration
public static void RaiseFromConsole(this AppEvent appEvent, string commandWord)
Parameters
Type Name Description
AppEvent appEvent
System.String commandWord

RaiseFromConsole<T>(AppEvent<T>, T, String)

Declaration
public static void RaiseFromConsole<T>(this AppEvent<T> appEvent, T value, string commandWord)
Parameters
Type Name Description
AppEvent<T> appEvent
T value
System.String commandWord
Type Parameters
Name Description
T
Back to top Generated by DocFX