Property in LocalizationInfo
Gets or sets the location at which localized assets may be found.
public string Assets { get; set; }Class in Project
Inherits from System.Object
Stores the locations of where localized assets and a localized string table for a Yarn Project may be found.
public class LocalizationInfoGets or sets the location at which localized assets may be found.
Gets or sets the location at which the localized string table may be found.
Property in
Gets or sets the location at which the localized string table may be found.
public string Strings { get; set; }