Properties & Fields

MemberTypeDescription
childContainerRectTransformParent transform that receives child InstructionLayout instances.
ChildrensIReadOnlyList<INestedInstructionLayout>All child layout widgets currently in the sequence.

Methods

MethodDescription
AddInstruction(Action action)Drops a new child instruction into the sequence. Falls back to inserting after the sequence if it is full or if the action is a sequence type.
RemoveInstruction(INestedInstructionLayout)Removes the child layout and instruction, then recalculates the widget's height.
Insert(int index, Action action)Inserts a new child at the given index. Recalculates height and plays the add sound.
ResetLayout()Override — resets this widget and all children recursively.
ℹ️