Skip to content

LedCompositionLayer

StructLEDStudioLEDStudio
[Serializable]
public struct LedCompositionLayer

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. Directly binds to a scene LedDataSourceBase with the same Source ID, or exposes an asset-backed layer to SetSourceText, SetSourceTexture, and MarkSourceDirty.")]
public string SourceId

No description is available for this member.

Returns

System.String — No return description is available.

[Tooltip("Reusable live input slot resolved by each board's input bindings. Prefer over Source ID for reusable compositions that bind to different scene sources on different boards.")]
public string InputName

No description is available for this member.

Returns

System.String — No return description is available.

[Tooltip("Source asset driving this layer when Input Name is empty")]
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("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.

public bool UsesLiveInput { get; }

No description is available for this member.

Returns

System.Boolean — No return description is available.