Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringEntry

Creates an empty entry.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Localization
  • Assembly: UnityEngine.LocalizationRuntimeModule

StringEntry()

Creates an empty entry.
public StringEntry()

StringEntry(long, string)

Creates an entry for a key id.
public StringEntry(long keyId, string value = null)

Parameters

keyId

The stable key id.

value

The localized value.