Component:AmbientLightSH2: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Automated: update SyncDelegates
Line 13: Line 13:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|SetActive(IButton, ButtonEventData)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData> -> [[Type:Void|Void]] : HIDDEN METHOD|
|SetActive[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
}}
}}



Revision as of 05:58, 17 March 2025

Component image 
File:AmbientLightSH2Component.png
Ambient Light SH2 component as seen in the Scene Inspector

The Ambient Light SH2 component

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


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. Some components stop their functionality when this field is disabled, but some don't.
AmbientLight SphericalHarmonicsL2`1<ColorX>

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
SetActiveButtonEventHandler ButtonEventHandler

Usage

Examples

See Also