Component:XiexeToonMaterial

From Resonite Wiki
This page contains changes which are not marked for translation.


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 If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.
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

Nested Enum
Name: OutlineStyle
Type: FrooxEngine.XiexeToonMaterial+OutlineStyle

Defines the type of outline to show on the material.

Values
Name Value Description
None 0 There will be no outline.
Lit 1 The outline will be lit.
Emissive 2 The outline will be emissive.


Examples

Related Components