Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsEmpty

Whether this reference is unset and resolves to no value.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: Unity.Localization
  • Assembly: UnityEngine.LocalizationRuntimeModule
public virtual bool IsEmpty { get; }

Remarks

The base implementation returns
true
when no TableReference is assigned. Subclasses extend this to also require a valid entry reference.