ExtensionStage

Represents the various stages of an extension's lifecycle in the application.

SETUP: This stage is used to initialize and configure the extension before any rendering starts. BEFORE_DRAW: This stage occurs just before the drawing of a frame begins, allowing extensions to perform pre-drawing operations. AFTER_DRAW: This stage occurs immediately after the frame is drawn, allowing extensions to perform post-drawing operations.

Entries

Link copied to clipboard

Indicates the setup stage in an extension's lifecycle.

Link copied to clipboard

Represents the stage in an extension's lifecycle that occurs just before the drawing of a frame begins.

Link copied to clipboard

Represents the stage in an extension's lifecycle that occurs immediately after the frame is drawn.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.