Component:PixelateMaterial: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page PixelateMaterial (Component) to Component:PixelateMaterial: Creating component Namespace
Automated: update component fields
Line 23: Line 23:
|PerObject|Bool|
|PerObject|Bool|
|Resolution|Float2|
|Resolution|Float2|
|ResolutionMagnitudeTexture|IAssetProvider`1|TypeString12=IAssetProvider<ITexture2D>|
|ResolutionMagnitudeTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv12=true|
|ResolutionTextureScale|Float2|
|ResolutionTextureScale|Float2|
|ResolutionTextureOffset|Float2|
|ResolutionTextureOffset|Float2|
Line 30: Line 30:
|ZWrite|ZWrite|
|ZWrite|ZWrite|
|ZTest|ZTest|
|ZTest|ZTest|
|_global|IAssetProvider`1|TypeString19=IAssetProvider<Shader>|
|_global|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv19=true|
|_perObject|IAssetProvider`1|TypeString20=IAssetProvider<Shader>|
|_perObject|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv20=true|
}}
}}



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 
Pixelate 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
PerObject Bool
Resolution Float2
ResolutionMagnitudeTexture ITexture2D
ResolutionTextureScale Float2
ResolutionTextureOffset Float2
BlendMode BlendMode
Sidedness Sidedness
ZWrite ZWrite
ZTest ZTest
_global Shader
_perObject Shader

Usage

Examples

Related Components