LedTextBasedDataSourceEditor
public abstract class LedTextBasedDataSourceEditor : EditorShared 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.
Methods
Section titled “Methods”
OnEnable()
Section titled “OnEnable()”protected virtual void OnEnable()No description is available for this member.
OnInspectorGUI()
Section titled “OnInspectorGUI()”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.
DrawTextStudioBackendControls()
Section titled “DrawTextStudioBackendControls()”protected virtual void DrawTextStudioBackendControls()No description is available for this member.
GetBitmapWarningText()
Section titled “GetBitmapWarningText()”protected virtual string GetBitmapWarningText()No description is available for this member.
Returns
System.String — No return description is available.
Properties
Section titled “Properties”
AllowTextStudioBackend
Section titled “AllowTextStudioBackend”protected virtual bool AllowTextStudioBackend { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.