Class CommandArguments
Inheritance
System.Object
CommandArguments
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 |
|