Skip to content

LedTextBasedDataSourceEditor

ClassLEDStudioLEDStudio.Editor
public abstract class LedTextBasedDataSourceEditor : Editor

Shared custom editor base for all LEDStudio.LedTextBasedDataSource subclasses. Draws the common layer, appearance, font and scrolling sections with conditional visibility, then calls LEDStudio.LedTextBasedDataSourceEditor.DrawSubclassProperties for source-specific fields.

protected virtual void OnEnable()

No description is available for this member.

public override sealed void OnInspectorGUI()

Implement this function to make a custom inspector.

### DrawSubclassProperties()
protected abstract void DrawSubclassProperties()

Draw source-specific fields (text content, timer settings, score fields, etc.). Called between the Layer Settings and Appearance sections.

protected virtual void DrawTextStudioBackendControls()

No description is available for this member.

protected virtual string GetBitmapWarningText()

No description is available for this member.

Returns

System.String — No return description is available.

protected virtual bool AllowTextStudioBackend { get; }

No description is available for this member.

Returns

System.Boolean — No return description is available.