Click or drag to resize
BaseComponentCount Property
Count how many Component instances currently exist. Note: 'Destroy' doesn't decrease the counter, only when the real class destrcutor is called (eg object is cleared from memory) counter is decreased.

Namespace:  GeonBit.ECS.Components
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static uint Count { get; }

Property Value

Type: UInt32
See Also