LedLayoutLayer
[Serializable]public struct LedLayoutLayerNo description is available for this type.
Fields
Section titled “Fields”
[Tooltip("Display name for this layer")]public string NameNo description is available for this member.
Returns
System.String — No return description is available.
SourceId
Section titled “SourceId”[Tooltip("Board-local runtime source address used to bind this layout layer to a scene LedDataSourceBase component that carries the same Source ID. Leave empty for layout-asset-only layers.")]public string SourceIdNo description is available for this member.
Returns
System.String — No return description is available.
Source
Section titled “Source”[Tooltip("Source asset driving this layer (used when no matching scene component is found for SourceId)")]public LedSourceAsset SourceNo description is available for this member.
Returns
LEDStudio.LedSourceAsset — No return description is available.
[Tooltip("Zone rectangle in normalized board space (0..1)")]public Rect ZoneNo description is available for this member.
Returns
UnityEngine.Rect — No return description is available.
FitMode
Section titled “FitMode”[Tooltip("How the source is fitted into the layer zone.")]public LedFitMode FitModeNo description is available for this member.
Returns
LEDStudio.LedFitMode — No return description is available.
ReductionOverride
Section titled “ReductionOverride”[Tooltip("Reduction mode used when Use Reduction Override is enabled.")]public LedReductionMode ReductionOverrideNo description is available for this member.
Returns
LEDStudio.LedReductionMode — No return description is available.
StateId
Section titled “StateId”[Tooltip("Optional playlist/layout state that must be active for this layer to draw. Leave empty for layers that are always visible.")]public string StateIdNo description is available for this member.
Returns
System.String — No return description is available.
Priority
Section titled “Priority”[Tooltip("Z-order priority (higher draws on top)")]public int PriorityNo description is available for this member.
Returns
System.Int32 — No return description is available.
Opacity
Section titled “Opacity”[Tooltip("Layer opacity")][Range(0, 1)]public float OpacityNo description is available for this member.
Returns
System.Single — No return description is available.
UseReductionOverride
Section titled “UseReductionOverride”[Tooltip("Enable reduction override instead of auto-select")]public bool UseReductionOverrideNo description is available for this member.
Returns
System.Boolean — No return description is available.