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

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

Methods

TryParse(String, out Bounds)

Declaration
public static bool TryParse(string argument, out Bounds value)
Parameters
Type Name Description
System.String argument
Bounds value
Returns
Type Description
System.Boolean

TryParse(String, out Vector2)

Declaration
public static bool TryParse(string argument, out Vector2 value)
Parameters
Type Name Description
System.String argument
Vector2 value
Returns
Type Description
System.Boolean

TryParse(String, out Vector3)

Declaration
public static bool TryParse(string argument, out Vector3 value)
Parameters
Type Name Description
System.String argument
Vector3 value
Returns
Type Description
System.Boolean
Back to top Generated by DocFX