A mapping of CanvasLayer classes which belong to this group.
StaticgroupStatictearThe name used by hooks to construct their hook string. Note: You should override this getter if hookName should not return the class constructor name.
The canonical name of the canvas group is the name of the constructor that is the immediate child of the defined base class.
Draw the canvas group and all its components.
Optionaloptions: object = {}Options which configure how the group is drawn. Forwarded to foundry.canvas.layers.CanvasLayer#draw.
A Promise which resolves once the group is fully drawn.
Remove and destroy all layers from the base canvas.
Optionaloptions: CanvasTearDownOptions = {}Options which configure how the group is deconstructed. Forwarded to foundry.canvas.layers.CanvasLayer#tearDown
Protected_ProtectedCreate CanvasLayer instances which belong to the canvas group.
Protected_ProtectedDraw the canvas group and all its component layers.
Options which configure how the group is drawn. Forwarded to foundry.canvas.layers.CanvasLayer#draw.
A Promise which resolves once the group is fully drawn.
Protected_ProtectedRemove and destroy all layers from the base canvas.
Options which configure how the group is deconstructed. Forwarded to foundry.canvas.layers.CanvasLayer#tearDown
A container group which is not bound to the stage world transform.