TextStudioDefaultSettings
public class TextStudioDefaultSettings : ScriptableObjectGlobal Text Studio defaults.
Text Studio does not ship a default settings asset. Users can optionally create one at Text Studio’s canonical Resources path to customize project-wide defaults; otherwise the hard-coded defaults below are used.
Fields
Section titled “Fields”
defaultRevealMode
Section titled “defaultRevealMode”public RevealMode defaultRevealModeReturns
TextStudio.RevealMode
defaultPlacementMode
Section titled “defaultPlacementMode”public PlacementMode defaultPlacementModeReturns
TextStudio.PlacementMode
defaultCharDelay
Section titled “defaultCharDelay”public float defaultCharDelayReturns
System.Single
warnOnMissingTags
Section titled “warnOnMissingTags”public bool warnOnMissingTagsReturns
System.Boolean
autoAddTMPOnHubReset
Section titled “autoAddTMPOnHubReset”public bool autoAddTMPOnHubResetReturns
System.Boolean
Methods
Section titled “Methods”
Refresh()
Section titled “Refresh()”public static void Refresh()Force the singleton to re-read from the latest project settings. Called by the TextStudioProjectSettings import callback whenever its asset changes.
Constructors
Section titled “Constructors”
TextStudioDefaultSettings()
Section titled “TextStudioDefaultSettings()”public TextStudioDefaultSettings()Properties
Section titled “Properties”
Instance
Section titled “Instance”public static TextStudioDefaultSettings Instance { get; }Global default settings. If a TextStudioProjectSettings asset exists and has been loaded, its values are applied on top. Otherwise, the hard-coded defaults are used.
Returns
TextStudio.TextStudioDefaultSettings