Skip to content

SadConsole.Instructions

AnimatedBoxGrowAnimates drawing a box. It can either
AnimatedValueAn function that applies an EasingBase function between two values.
CodeInstructionAn instruction with a code callback.
ConcurrentInstructionsRuns one or more instructions at the same time. This instruction completes when all added instructions have finished.
DrawStringDraws a string to a console as if someone was typing.
FadeTextSurfaceTintAnimates a color change to Tint.
InstructionBaseBase class for all instructions.
InstructionSetA set of instructions to be executed sequentially.
PredicateInstructionInstruction that waits until the code callback returns true.
WaitRepresents an instruction to pause for a specified duration.