empty - eisclimber/ExPresS-XR GitHub Wiki
Property in WorldSpaceKeyboard
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; }