Component:PosterizeMaterial: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page PosterizeMaterial (Component) to Component:PosterizeMaterial: Creating component Namespace
Automated: update component fields
Line 21: Line 21:
|StencilReadMask|Byte|
|StencilReadMask|Byte|
|RenderQueue|Int|
|RenderQueue|Int|
|_shader|IAssetProvider`1|TypeString10=IAssetProvider<Shader>|
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv10=true|
|Levels|Float|
|Levels|Float|
|BlendMode|BlendMode|
|BlendMode|BlendMode|

Revision as of 09:22, 1 March 2024


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


Component image 
Posterize 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
Rect Rect
RectClip Bool
ColorMask ColorMask
StencilComparison StencilComparison
StencilOperation StencilOperation
StencilID Byte
StencilWriteMask Byte
StencilReadMask Byte
RenderQueue Int
_shader Shader
Levels Float
BlendMode BlendMode
Sidedness Sidedness
ZWrite ZWrite
ZTest ZTest

Usage

Examples

Related Components