Component:FogBoxVolumeMaterial: Difference between revisions

From Resonite Wiki
Automated: update component fields
Automated: update component fields
Line 22: Line 22:
|GammaCurve|Float|
|GammaCurve|Float|
|WorldSpace|Bool|
|WorldSpace|Bool|
|ColorMode|Color|
|ColorMode|'''[[#Color|Color]]'''|TypeAdv11=true|
|SaturationMode|Saturation|
|SaturationMode|'''[[#Saturation|Saturation]]'''|TypeAdv12=true|
|AccumulationMode|Accumulation|
|AccumulationMode|'''[[#Accumulation|Accumulation]]'''|TypeAdv13=true|
|AccumulationRate|Float|
|AccumulationRate|Float|
|BlendMode|BlendMode|
|BlendMode|BlendMode|
Line 41: Line 41:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Fog Box Volume Material]]
[[Category:Components{{#translation:}}|Fog Box Volume Material]]
[[Category:Components With Nested Enums{{#translation:}}|Fog Box Volume Material]]
[[Category:Components:Assets:Materials:Volume{{#translation:}}|Fog Box Volume Material]]
[[Category:Components:Assets:Materials:Volume{{#translation:}}|Fog Box Volume Material]]

Revision as of 18:35, 3 March 2024


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


Component image 
Fog Box Volume Material component as seen in the Scene Inspector


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.
HighPriorityIntegration Bool
_shader Shader
BaseColor ColorX
AccumulationColor ColorX
AccumulationColorBottom ColorX
AccumulationColorTop ColorX
FogStart Float
FogEnd Float
FogDensity Float
GammaCurve Float
WorldSpace Bool
ColorMode Color
SaturationMode Saturation
AccumulationMode Accumulation
AccumulationRate Float
BlendMode BlendMode
RenderQueue Int

Usage

Examples

Related Components