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

Class ControllerElementInfo

Inheritance
System.Object
ControllerElementInfo
Implements
IControllerElementInfo
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.String label
ControllerElementType type

Properties

Label

Declaration
public string Label { get; }
Property Value
Type Description
System.String

Type

Declaration
public ControllerElementType Type { get; }
Property Value
Type Description
ControllerElementType

Implements

IControllerElementInfo
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.