• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.