# Functions
NewStageBatchModifier returns a new instance of StageBatchModifier.
NewStageBatchModifierAll returns a new instance of StageBatchModifier with all the modifiers.
# Structs
StageBatchModifier is a modifier that applies a list of modifiers.
# Interfaces
StageModifier is an interface for modifying stage object.
# Type aliases
StageModifierFunc is a function that implements StageModifier interface.