Component:XiexeToonMaterial: Difference between revisions

From Resonite Wiki
Automated: update component fields
OutlineStyle nested enum
Line 94: Line 94:
<!--T:4-->
<!--T:4-->
== Behavior ==
== Behavior ==
== OutlineStyle ==
{{stub}}
{{Table EnumValues
|None|0|
|Lit|1|
|Emissive|2|
}}


<!--T:5-->
<!--T:5-->
Line 105: Line 114:
[[Category:Materials]]
[[Category:Materials]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components With Nested Enums]]

Revision as of 23:25, 1 March 2024


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


Component image 
Xiexe Toon Material component as seen in the Scene Inspector


Introduction

Usage

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
MainTexture ITexture2D
Color ColorX
UseVertexColors Bool
VertexColorInterpolationSpace ColorProfile
BlendMode BlendMode
ZWrite ZWrite
AlphaClip Float
MainTextureScale Float2
MainTextureOffset Float2
Saturation Float
NormalMap ITexture2D
NormalMapScale Float2
NormalMapOffset Float2
NormalScale Float
Metallic Float
Glossiness Float
Reflectivity Float
MetallicGlossMap ITexture2D
MetallicGlossMapScale Float2
MetallicGlossMapOffset Float2
EmissionMap ITexture2D
EmissionColor ColorX
EmissionMapScale Float2
EmissionMapOffset Float2
RimColor ColorX
RimAlbedoTint Float
RimAttenuationEffect Float
RimIntensity Float
RimRange Float
RimThreshold Float
RimSharpness Float
SpecularIntensity Float
SpecularArea Float
Matcap ITexture2D
MatcapTint ColorX
OcclusionMap ITexture2D
OcclusionMapScale Float2
OcclusionMapOffset Float2
OcclusionColor ColorX
Outline OutlineStyle Defines the type of Outline to show on the material.
OutlineWidth Float
OutlineColor ColorX
OutlineAlbedoTint Bool
OutlineMask ITexture2D Grayscale mask that determines relative thickeness of outline. Black is no outline. White is 100% of the OutlineWidth value.
ShadowRamp ITexture2D
ShadowRampMask ITexture2D Grayscale mask that selects which pixel row of the Shadow Ramp texture to use for a given texel.
ShadowRampMaskScale Float2
ShadowRampMaskOffset Float2
ShadowRim ColorX
ShadowSharpness Float
ShadowRimRange Float
ShadowRimThreshold Float
ShadowRimSharpness Float
ShadowRimAlbedoTint Float
ThicknessMap ITexture2D
ThicknessMapScale Float2
ThicknessMapOffset Float2
SubsurfaceColor ColorX
SubsurfaceDistortion Float
SubsurfacePower Float
SubsurfaceScale Float
OffsetFactor Float
OffsetUnits Float
Culling Culling
ColorMask ColorMask
AlbedoUV Int
NormalUV Int
MetallicUV Int
ThicknessUV Int
OcclusionUV Int
EmissionUV Int
RenderQueue Int
__legacyCutout Bool
_regular Shader
_outline Shader

Behavior

OutlineStyle

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


Values
Name Value Description
None 0
Lit 1
Emissive 2


Examples

Related Components