ITextStudioHostMeshRendererOwner
public interface ITextStudioHostMeshRendererOwnerOptional renderer contract for an external backend that intentionally reuses the host world-space TMP MeshFilter and MeshRenderer. The hub still runs TMP layout but leaves the shared renderer enabled so the external backend can own its final mesh.
Properties
Section titled “Properties”
UsesHostMeshRenderer
Section titled “UsesHostMeshRenderer”bool UsesHostMeshRenderer { get; }Whether the renderer currently owns the host TMP mesh output components.
Returns
System.Boolean