Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsSmart

Whether the key's string values are Smart Strings.
Read time 1 minuteLast updated 12 days ago

Definition

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

Remarks

A convenience over the SharedEntryFlags.Smart bit in SharedTableData.SharedTableEntry.Flags. Setting it toggles that bit without disturbing the others.