Skip to content

LedLayoutLayer

StructLEDStudioLEDStudio
[Serializable]
public struct LedLayoutLayer

No description is available for this type.

[Tooltip("Display name for this layer")]
public string Name

No description is available for this member.

Returns

System.String — No return description is available.

[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 SourceId

No description is available for this member.

Returns

System.String — No return description is available.

[Tooltip("Source asset driving this layer (used when no matching scene component is found for SourceId)")]
public LedSourceAsset Source

No 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 Zone

No description is available for this member.

Returns

UnityEngine.Rect — No return description is available.

[Tooltip("How the source is fitted into the layer zone.")]
public LedFitMode FitMode

No description is available for this member.

Returns

LEDStudio.LedFitMode — No return description is available.

[Tooltip("Reduction mode used when Use Reduction Override is enabled.")]
public LedReductionMode ReductionOverride

No description is available for this member.

Returns

LEDStudio.LedReductionMode — No return description is available.

[Tooltip("Optional playlist/layout state that must be active for this layer to draw. Leave empty for layers that are always visible.")]
public string StateId

No description is available for this member.

Returns

System.String — No return description is available.

[Tooltip("Z-order priority (higher draws on top)")]
public int Priority

No description is available for this member.

Returns

System.Int32 — No return description is available.

[Tooltip("Layer opacity")]
[Range(0, 1)]
public float Opacity

No description is available for this member.

Returns

System.Single — No return description is available.

[Tooltip("Enable reduction override instead of auto-select")]
public bool UseReductionOverride

No description is available for this member.

Returns

System.Boolean — No return description is available.