Table of Contents

Interface ISequenceBlock

Namespace
LunyScript.Blocks
/
Assembly
LunyScript.dll
public interface ISequenceBlock
Expand Details ...

Properties

Blocks

IReadOnlyList<ActionBlock> Blocks { get; }

Property Value

IReadOnlyList<ActionBlock>

Id

ScriptBlockId Id { get; }

Property Value

ScriptBlockId

IsEmpty

Boolean IsEmpty { get; }

Property Value

Boolean