![]() |
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... | |
Properties inherited from SiliconStudio.Core.IReferencable | |
| int | ReferenceCount [get] |
| Gets the reference count of this instance. More... | |
Additional Inherited Members | |
Public Member Functions inherited from SiliconStudio.Core.IReferencable | |
| 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 |