Class InputToSignal
Bridge that connects the Input System with the Input Stream. It does that by listening for when a specific action has been performed and sends a meta-signal on the Input Stream.
Namespace: Doozy.Runtime.UIManager.Input
Assembly: cs.temp.dll.dll
Syntax
public class InputToSignal : MonoBehaviour
Properties
database
Declaration
public static HashSet<InputToSignal> database { get; }
Property Value
Type | Description |
---|---|
HashSet<InputToSignal> |
inputSettings
Reference to the UIManager Input Settings
Declaration
public static UIManagerInputSettings inputSettings { get; }
Property Value
Type | Description |
---|---|
UIManagerInputSettings |
Methods
CleanDatabase()
Declaration
public static void CleanDatabase()