LedRenderTextureDataSource
[ExecuteAlways][AddComponentMenu("LED Studio/Data Sources/RenderTexture Source")]public sealed class LedRenderTextureDataSource : LedDataSourceBase, ILedSourceFeeds an external RenderTexture into the LED board (e.g. from a camera, a UI canvas, or another render pipeline). Place on the same GameObject as LEDStudio.LedBoardController or a child — it will be auto-discovered.
Properties
Section titled “Properties”
SourceType
Section titled “SourceType”public override LedSourceType SourceType { get; }No description is available for this member.
Returns
LEDStudio.LedSourceType — No return description is available.
IsReady
Section titled “IsReady”public override bool IsReady { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
IsDirty
Section titled “IsDirty”public override bool IsDirty { get; }No description is available for this member.
Returns
System.Boolean — No return description is available.
OutputTexture
Section titled “OutputTexture”public override Texture OutputTexture { get; }No description is available for this member.
Returns
UnityEngine.Texture — No return description is available.
SourceRenderTexture
Section titled “SourceRenderTexture”public RenderTexture SourceRenderTexture { get; set; }No description is available for this member.
Returns
UnityEngine.RenderTexture — No return description is available.
Methods
Section titled “Methods”
SetRenderTexture(RenderTexture)
Section titled “SetRenderTexture(RenderTexture)”public void SetRenderTexture(RenderTexture rt)Runtime-friendly setter that forwards to the SourceRenderTexture property.
Parameters
| Name | Type | Description |
|---|---|---|
rt |
UnityEngine.RenderTexture | |
Prepare(Vector2Int)
Section titled “Prepare(Vector2Int)”public override void Prepare(Vector2Int targetResolution)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
targetResolution |
UnityEngine.Vector2Int | |
UpdateSource(in TimeStep)
Section titled “UpdateSource(in TimeStep)”public override void UpdateSource(in TimeStep step)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
step |
ImpossibleRobert.Common.Timing.TimeStep | |
MarkClean()
Section titled “MarkClean()”public override void MarkClean()No description is available for this member.
Release()
Section titled “Release()”public override void Release()No description is available for this member.