989onan bot (talk | contribs) Automated: create new component page |
989onan bot (talk | contribs) Automated: update SyncDelegates |
||
Line 13: | Line 13: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|ClipWithBoundingBox | |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 | |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 | |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[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | |||
| | |ReoderMorton[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
}} | }} | ||
Revision as of 06:04, 17 March 2025
Component image File:StaticGaussianSplatComponent.pngStatic 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
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
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 | ✓ |