Interface IControllerElementInfo
Represents metadata about a controller element
Namespace: Snowflake.Input.Controller
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IControllerElementInfo
Properties
Label
Gets the user friendly label for this element
Declaration
string Label { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Gets the type of element
Declaration
ControllerElementType Type { get; }
Property Value
| Type | Description |
|---|---|
| ControllerElementType |