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.
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.