Game Client
Like what your seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
accessed from within the SteamSettings this houses client specific features and functions
Definition
A static accessor is available that will access the active client object
Fields and Attributes
Static access fields can also be accessed by reference e.g.
is the same as
is the same as
Type | Name | Comments |
---|---|---|
InventorySettings | Inventory | Static access to inventory settings |
List<InputActionSet> | actionSets | collection of sets mapped from Steam Input |
List<InputActionSetLayer> | actionSetLayers | collection of set layers mapped from Steam Input |
List<InputAction> | actions | collection of actions mapped from Steam Input |
Methods
Initialize
Used internally to initialize the client APIs
Update All Actions
Used to update all known actions for the indicated controller.
Last updated