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