Component:TextureDebugMaterial

From Resonite Wiki
Revision as of 02:23, 15 February 2025 by 989onan (talk | contribs) (debug)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Texture Debug Material component as seen in the Scene Inspector

The TextureDebugMaterial component shows a grayscale of a texture channel. Used for debugging.

This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.

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. Some components stop their functionality when this field is disabled, but some don't.
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.
_shader Shader Internal.
Texture ITexture2D The texture to debug data for.
TextureChannel Float The channel to display from Texture as the surface.

Usage

Attach to a Component:MeshRenderer or Component:SkinnedMeshRenderer with a mesh to view what this material looks like.

Examples

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


See Also