Skip to content

TextStudio3DThemeAction

ClassTextStudio.ThreeDTextStudio.3D
[AddComponentMenu("Text Studio/3D/Theme Action")]
public sealed class TextStudio3DThemeAction : MonoBehaviour

UnityEvent-friendly action that applies one theme to a scope.

public void Execute()

Applies the configured theme to a scope, a specific 3D text renderer, or the active project settings.

public TextStudio3DThemeAction()

public TextStudio3DThemeScope Scope { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DThemeScope

public TextStudio3DTheme Theme { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DTheme