Component:StaticGaussianSplat: 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
|ClipWithBoundingBox(BoundingBox)|[[Type:Func`2|Func`2]]<[[Type:BoundingBox|BoundingBox]]: bounds> -> [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>|
|ClipWithBoundingBox[[Type:Func`2|Func`2]]<[[Type:BoundingBox|BoundingBox]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|[[Type:Func`2|Func`2]]<[[Type:BoundingBox|BoundingBox]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|false|
|ClipWithBoundingBox(BoundingBox, floatQ)|[[Type:Func`3|Func`3]]<[[Type:BoundingBox|BoundingBox]]: bounds, [[Type:FloatQ|FloatQ]]: boundsOrientation> -> [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>|
|ClipWithBoundingBox[[Type:Func`3|Func`3]]<[[Type:BoundingBox|BoundingBox]], [[Type:FloatQ|FloatQ]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|[[Type:Func`3|Func`3]]<[[Type:BoundingBox|BoundingBox]], [[Type:FloatQ|FloatQ]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|false|
|ClipWithSphere(float3, float)|[[Type:Func`3|Func`3]]<[[Type:Float3|Float3]]: center, [[Type:Float|Float]]: radius> -> [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>|
|ClipWithSphere[[Type:Func`3|Func`3]]<[[Type:Float3|Float3]], [[Type:Float|Float]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|[[Type:Func`3|Func`3]]<[[Type:Float3|Float3]], [[Type:Float|Float]], [[Type:Task`1|Task`1]]<[[Type:Bool|Bool]]>>|false|
|ColorByIndex(IButton, ButtonEventData)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData> -> [[Type:Void|Void]] : HIDDEN METHOD|
|ColorByIndex[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
|ReoderMorton(IButton, ButtonEventData)|[[Type:Delegate|Delegate]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData> -> [[Type:Void|Void]] : HIDDEN METHOD|
|ReoderMorton[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true|
}}
}}



Revision as of 06:04, 17 March 2025

Component image 
File:StaticGaussianSplatComponent.png
Static Gaussian Splat component as seen in the Scene Inspector

The Static Gaussian Splat 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.
URL Uri

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
ClipWithBoundingBoxFunc`2<BoundingBox, Task`1<Bool>> Func`2<BoundingBox, Task`1<Bool>> X
ClipWithBoundingBoxFunc`3<BoundingBox, FloatQ, Task`1<Bool>> Func`3<BoundingBox, FloatQ, Task`1<Bool>> X
ClipWithSphereFunc`3<Float3, Float, Task`1<Bool>> Func`3<Float3, Float, Task`1<Bool>> X
ColorByIndexButtonEventHandler ButtonEventHandler
ReoderMortonButtonEventHandler ButtonEventHandler

Usage

Examples

See Also