Skip to content

LedPlaylistAsset

ClassLEDStudioLEDStudio
[CreateAssetMenu(fileName = "NewPlaylist", menuName = "LED Studio/Playlist Asset", order = 3)]
public sealed class LedPlaylistAsset : ScriptableObject

No description is available for this type.

[Header("Playlist Entries")]
public List<LedPlaylistEntry> Entries

No description is available for this member.

Returns

System.Collections.Generic.List{LEDStudio.LedPlaylistEntry} — No return description is available.

[Header("Playback")]
[Tooltip("Loop the playlist after reaching the last entry")]
public bool Loop

No description is available for this member.

Returns

System.Boolean — No return description is available.

[Tooltip("Sync group identifier (boards with the same group stay in sync)")]
public string SyncGroup

No description is available for this member.

Returns

System.String — No return description is available.

public float TotalDuration { get; }

No description is available for this member.

Returns

System.Single — No return description is available.

public int GetEntryAtTime(float time)

No description is available for this member.

Parameters

Name Type Description
time System.Single

Returns

System.Int32 — No return description is available.

public LedPlaylistFrame EvaluateAtTime(float time)

No description is available for this member.

Parameters

Name Type Description
time System.Single

Returns

LEDStudio.LedPlaylistFrame — No return description is available.