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
Properties
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.