-
Notifications
You must be signed in to change notification settings - Fork 0
API Scripting Metadata
Eduard Gushchin edited this page Jul 1, 2026
·
2 revisions
Home | API by Category | Complete API Index | API Compatibility
Attributes used by scripts, serialization metadata and editor-facing script annotations.
This category currently contains 3 public types.
| Type | Kind | Summary |
|---|---|---|
| ExportAttribute | class | Marks a script field or property as an exported value that can be serialized and shown by editor tooling. |
| SignalAttribute | class | Marks a script delegate declaration as a signal that can be registered on an Electron2D object and emitted through Electron2D.Object.EmitSignal(System.String,System.Object[]). |
| ToolAttribute | class | Marks a C# script class as capable of explicit editor-time execution. |
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.