Show / Hide Table of Contents

Struct ButtonImpDescription

Implementation specific information about a button exhibited by a device.

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 ButtonImpDescription

Fields

ButtonDesc

The button description that can be passed to user code.

Declaration
public ButtonDescription ButtonDesc
Field Value
Type Description
ButtonDescription

PollButton

true, if the button needs to be polled. false if state changes on the button are event-triggered.

Declaration
public bool PollButton
Field Value
Type Description
System.Boolean
Generated by DocFX
GitHub Repo
Back to top