![]() |
Paradox Game Engine
v1.0.0 beta06
|
Base interface for all components. More...
Properties | |
long | Id [get] |
Gets the id of this component. More... | |
string | Name [get] |
Gets the name of this component. More... | |
![]() | |
int | ReferenceCount [get] |
Gets the reference count of this instance. More... | |
Additional Inherited Members | |
![]() | |
int | AddReference () |
Increments the reference count of this instance. More... | |
int | Release () |
Decrements the reference count of this instance. More... | |
Base interface for all components.
Definition at line 8 of file IComponent.cs.
|
get |
Gets the id of this component.
Definition at line 13 of file IComponent.cs.
Referenced by SiliconStudio.Core.Diagnostics.ComponentTracker.Find(), SiliconStudio.Core.Diagnostics.ComponentTracker.NotifyEvent(), and SiliconStudio.Core.Diagnostics.ComponentTracker.Track().
|
get |