• 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 DeveloperConsole

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

Constructors

DeveloperConsole(IEnumerable<IConsoleCommand>)

Declaration
public DeveloperConsole(IEnumerable<IConsoleCommand> commands)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IConsoleCommand> commands

Fields

commands

Declaration
protected readonly IEnumerable<IConsoleCommand> commands
Field Value
Type Description
System.Collections.Generic.IEnumerable<IConsoleCommand>

Methods

ProcessCommand(String)

Declaration
public bool ProcessCommand(string inputValue)
Parameters
Type Name Description
System.String inputValue
Returns
Type Description
System.Boolean

ProcessCommand(String, String[])

Declaration
public bool ProcessCommand(string commandInput, string[] args)
Parameters
Type Name Description
System.String commandInput
System.String[] args
Returns
Type Description
System.Boolean
Back to top Generated by DocFX