ITextStyledSource
public interface ITextStyledSource : ILedSourceExtended source interface for text-based sources that share common appearance properties (colours, text style, scrolling). Implemented by LEDStudio.TextSource, LEDStudio.TimerSource and LEDStudio.ScoreSource.
Methods
Section titled “Methods”
SetColor(Color)
Section titled “SetColor(Color)”void SetColor(Color textColor)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
textColor |
UnityEngine.Color | |
SetBackgroundColor(Color)
Section titled “SetBackgroundColor(Color)”void SetBackgroundColor(Color backgroundColor)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
backgroundColor |
UnityEngine.Color | |
SetTextSettings(LedTextSettings, TMP_FontAsset)
Section titled “SetTextSettings(LedTextSettings, TMP_FontAsset)”void SetTextSettings(LedTextSettings settings, TMP_FontAsset fontAsset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
settings |
LEDStudio.LedTextSettings | |
fontAsset |
TMPro.TMP_FontAsset |
Properties
Section titled “Properties”
AutoScroll
Section titled “AutoScroll”bool AutoScroll { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
AlwaysScroll
Section titled “AlwaysScroll”bool AlwaysScroll { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
SeamlessWrap
Section titled “SeamlessWrap”bool SeamlessWrap { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
SeamlessWrapPaddingPixels
Section titled “SeamlessWrapPaddingPixels”float SeamlessWrapPaddingPixels { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
SeamlessWrapDistribution
Section titled “SeamlessWrapDistribution”LedSeamlessWrapDistribution SeamlessWrapDistribution { get; set; }No description is available for this member.
Returns
LEDStudio.LedSeamlessWrapDistribution — No return description is available.
ScrollAxis
Section titled “ScrollAxis”LedTextScrollAxis ScrollAxis { get; set; }No description is available for this member.
Returns
LEDStudio.LedTextScrollAxis — No return description is available.
ScrollSpeed
Section titled “ScrollSpeed”float ScrollSpeed { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.