Component:GiggleTechSettings: Difference between revisions

From Resonite Wiki
Automated: update DeDuplicate
add some info, still stub
 
Line 3: Line 3:
|Name=Giggle Tech Settings
|Name=Giggle Tech Settings
}}
}}
{{stub}}
The '''GiggleTechSettings''' Component is used to control different aspects of [https://giggletech.io/products/giggle_puck giggle pucks] for use in Resonite.


== Usage ==
== 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]]&lt;[[Type:String|String]]: key&gt;| Get the settings of a subsetting. usually one of the <code>Devices</code> in this case.
}}
}}


== Behavior ==
== 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 
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