ComponentId Type
Unique integer id of a component. Unique across the whole DESIGN - the one id namespace with a global invariant, allocated densely from 1 by Helpers.IdAllocator so a design's components can index arrays directly. 0 and negatives are sentinels, never allocated.
Union cases
| Union case | Description |
Full Usage:
ComponentId int
Parameters:
int
|
|