Skip to content

TextStudio3DProjectSettings

ClassTextStudio.ThreeDTextStudio.3D
public sealed class TextStudio3DProjectSettings : ScriptableObject

Canonical Text Studio 3D project configuration. Prepared font bindings and reusable authoring coverage live here while the prepared mesh payload remains lazy-loaded from its single canonical Resources location. Each text object owns its runtime geometry policy.

public static void SetActive(TextStudio3DProjectSettings settings)

Replaces the active project settings for this runtime session.

Parameters

Name Type
settings TextStudio.ThreeD.TextStudio3DProjectSettings

public TextStudio3DProjectSettings()

public TextStudio3DTheme DefaultTheme { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DTheme

public static TextStudio3DProjectSettings Active { get; }

Returns

TextStudio.ThreeD.TextStudio3DProjectSettings