Skip to content

API Scripting Metadata

Eduard Gushchin edited this page Jun 21, 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.

Clone this wiki locally