LedImageDataSource
[ExecuteAlways][AddComponentMenu("LED Studio/Data Sources/Image Source")]public sealed class LedImageDataSource : LedDataSourceBase, ILedSourceDisplays a static image/logo on the LED board. 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.
Texture
Section titled “Texture”public Texture2D Texture { get; set; }No description is available for this member.
Returns
UnityEngine.Texture2D — No return description is available.
Methods
Section titled “Methods”
SetTexture(Texture2D)
Section titled “SetTexture(Texture2D)”public void SetTexture(Texture2D texture)Runtime-friendly setter that forwards to the Texture property.
Parameters
| Name | Type | Description |
|---|---|---|
texture |
UnityEngine.Texture2D | |
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.