-
Notifications
You must be signed in to change notification settings - Fork 0
API Math and Data
Eduard Gushchin edited this page Jun 21, 2026
·
2 revisions
Home | API by Category | Complete API Index | API Compatibility
2D math value types, color, random number generation, variants and collection values.
This category currently contains 12 public types.
| Type | Kind | Summary |
|---|---|---|
| Collections.Array | class | Stores an ordered mutable list of Electron2D.Variant values. |
| Collections.Dictionary | class | Stores mutable key/value pairs where both keys and values are Electron2D.Variant. |
| Color | struct | Represents the color value type. |
| Mathf | class | Represents the mathf type. |
| RandomNumberGenerator | class | Represents the random number generator type. |
| Rect2 | struct | Represents the rect2 value type. |
| Rect2I | struct | Represents the rect2 i value type. |
| Transform2D | struct | Represents the transform2 d value type. |
| Variant | struct | Stores one value from the closed Electron2D 0.1.0 Preview Variant type set. |
| Variant.Type | enum | Identifies the type currently stored in a Electron2D.Variant. |
| Vector2 | struct | Represents the vector2 value type. |
| Vector2I | struct | Represents the vector2 i value type. |
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.