Automated: update DeDuplicate |
add some info, still stub |
||
Line 3: | Line 3: | ||
|Name=Giggle Tech Settings | |Name=Giggle Tech Settings | ||
}} | }} | ||
The '''GiggleTechSettings''' Component is used to control different aspects of [https://giggletech.io/products/giggle_puck giggle pucks] for use in Resonite. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Devices|{{RootFieldType|SyncList`1|[[#Device|Device]]}}|TypeAdv0=true| | |Devices|{{RootFieldType|SyncList`1|[[#Device|Device]]}}|TypeAdv0=true| A list of giggle pucks with settings for them. | ||
}} | |||
== Device == | |||
{{Table TypeFields | |||
}} | }} | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|RegisterGigglePuck()|[[Type:Action|Action]]| | |RegisterGigglePuck()|[[Type:Action|Action]]| Register a gigglepuck to the list | ||
|GetDeviceForSubsetting()|[[Type:SubsettingGetter|SubsettingGetter]]<[[Type:String|String]]: key>| | |GetDeviceForSubsetting()|[[Type:SubsettingGetter|SubsettingGetter]]<[[Type:String|String]]: key>| Get the settings of a subsetting. usually one of the <code>Devices</code> in this case. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
== See Also == | == See Also == | ||
* [[Component:SettingsFacetPreset]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Giggle Tech Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Giggle Tech Settings]] |
Latest revision as of 19:11, 22 December 2024
Component image
The GiggleTechSettings Component is used to control different aspects of giggle pucks for use in Resonite.
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
Name | Type | Description |
---|
Sync Delegates
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.
|