Skip to content

Shader Mode

Eduard Gushchin edited this page Jul 1, 2026 · 5 revisions

Home | API by Category | Complete API Index | API Compatibility

Field Value
Full name Electron2D.Shader.Mode
Namespace Electron2D
Kind enum
Category Rendering

Overview

Identifies the shader mode.

Syntax

public enum Electron2D.Shader.Mode : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Godot 4.7 C# profile compatibility

Profile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: Shader.Mode

0.1 canvas item shader mode subset.

Remarks

This type is part of the Electron2D 0.1.0 Preview public API.

Since

This enum is available since Electron2D 0.1.0 Preview.

Members

Member Kind Summary
CanvasItem Enum value Canvas item shader mode used for 2D drawing.

Member Details

CanvasItem

Kind: Enum value

public const Electron2D.Shader.Mode CanvasItem

Summary

Canvas item shader mode used for 2D drawing.

Remarks

Use this value with APIs that accept Mode.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Shader.Mode

Clone this wiki locally