empty - eisclimber/ExPresS-XR GitHub Wiki

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; }
⚠️ **GitHub.com Fallback** ⚠️