GBEnums
Convert ProjectionMethod enum to string
sort
Weight: 10
Convert ProjectionMethod enum to string
Version: v5.0.0
STABLE
Inherits: RefCounted
Source: gb_enums.gd
Parsing: AST-based for maximum accuracy with symbol typing
Methods
mode_to_string
Signature: static mode_to_string(mode: Mode) -> String
Convert Mode enum to a stable string for diagnostics and UI
Returns: String
Static: true
Parameters:
mode: Mode
projection_method_to_string
Signature: static projection_method_to_string(method: ProjectionMethod) -> String
Convert ProjectionMethod enum to string
Returns: String
Static: true
Parameters:
method: ProjectionMethod