Component image 
Debug Tangent Space component as seen in the Scene Inspector

This component was added in Beta 2023.12.15.22 to diagnose tangent space on meshes.
It may be removed at any time in the future.
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. |
Mesh
|
MeshRenderer | The mesh renderer to Debug tangents for. |
Triangle
|
Int | The triangle index to Debug tangents for. |
BaryCoord
|
Float3 | Used as an interpolator for the tangents and normals of the target triangle. |
RadiusRatio
|
Float | unused. |