Component:GiggleTechSettings

From Resonite Wiki
Revision as of 19:11, 22 December 2024 by 989onan (talk | contribs) (add some info, still stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:GiggleTechSettingsComponent.png
Giggle Tech Settings component as seen in the Scene Inspector

The GiggleTechSettings Component is used to control different aspects of giggle pucks for use in Resonite.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Devices list of Device A list of giggle pucks with settings for them.

Device

Fields
Name Type Description

Sync Delegates

Triggers
Method Name Method type and Arguments. Description
RegisterGigglePuck() Action Register a gigglepuck to the list
GetDeviceForSubsetting() SubsettingGetter<String: key> Get the settings of a subsetting. usually one of the Devices in this case.

Usage

Examples

See Also