Skip to content
eisclimber edited this page Apr 4, 2026 · 1 revision

WorldSpaceKeyboard.Empty

Property in WorldSpaceKeyboard

Summary

Returns true if the text is empty. Use this to resolve some kinks with TMP texts.

public bool Empty { // There might be a case that the text gets set to a zero-width character '\u200B' via the editor...
    // See: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/10651
    get; }

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally