Class ControllerElementTypeExtensions
Extensions to Controller
Inheritance
System.Object
ControllerElementTypeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Input.Controller
Assembly: Snowflake.Framework.dll
Syntax
public static class ControllerElementTypeExtensions
Methods
Parse(String)
Parses a Controller
Declaration
public static ControllerElementType Parse(string controllerElement)
Parameters
Type | Name | Description |
---|---|---|
System. |
controllerElement | The string representation of the controller element. |
Returns
Type | Description |
---|---|
Controller |
A Controller |
Exceptions
Type | Condition |
---|---|
System. |
If the string is unable to be parsed. |
ToString(ControllerElementType)
Gets the string representation of the Controller
Declaration
public static string ToString(this ControllerElementType this)
Parameters
Type | Name | Description |
---|---|---|
Controller |
this | The Controller |
Returns
Type | Description |
---|---|
System. |
The string representation of the Controller |