Class ControllerElementInfo
Inheritance
System.Object
ControllerElementInfo
Implements
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 class ControllerElementInfo : IControllerElementInfo
Constructors
ControllerElementInfo(String, ControllerElementType)
Declaration
public ControllerElementInfo(string label, ControllerElementType type)
Parameters
Type | Name | Description |
---|---|---|
System. |
label | |
Controller |
type |
Properties
Label
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
System. |
Type
Declaration
public ControllerElementType Type { get; }
Property Value
Type | Description |
---|---|
Controller |