Show / Hide Table of Contents

Struct ButtonDescription

Information about a button exhibited by a device. Contains the Name of the button and the Id that can be used to access the button state.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public struct ButtonDescription

Fields

Id

The identifier of the button. Use this identifier to query button state.

Declaration
public int Id
Field Value
Type Description
System.Int32

Name

The human readable name of the button.

Declaration
public string Name
Field Value
Type Description
System.String
Generated by DocFX
GitHub Repo
Back to top