Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Core.IComponent Interface Reference

Base interface for all components. More...

Inheritance diagram for SiliconStudio.Core.IComponent:
SiliconStudio.Core.IReferencable SiliconStudio.Core.ComponentBase SiliconStudio.Paradox.Games.IGameSystemBase SiliconStudio.Paradox.Graphics.ICommandList SiliconStudio.Paradox.Audio.AudioEngine SiliconStudio.Paradox.Audio.SoundBase SiliconStudio.Paradox.Effects.Images.ImageEffectBase SiliconStudio.Paradox.Effects.Images.ImageEffectContext SiliconStudio.Paradox.Effects.RenderPass SiliconStudio.Paradox.EntityModel.Entity SiliconStudio.Paradox.Games.GameBase SiliconStudio.Paradox.Games.GameSystemBase SiliconStudio.Paradox.Games.GameWindow SiliconStudio.Paradox.Games.GraphicsDeviceManager SiliconStudio.Paradox.Graphics.BatchBase< TDrawInfo > SiliconStudio.Paradox.Graphics.BlendStateFactory SiliconStudio.Paradox.Graphics.Effect SiliconStudio.Paradox.Graphics.GeometricMeshData< T > SiliconStudio.Paradox.Graphics.GeometricPrimitive< T > SiliconStudio.Paradox.Graphics.GraphicsAdapter SiliconStudio.Paradox.Graphics.GraphicsDevice SiliconStudio.Paradox.Graphics.GraphicsFactory SiliconStudio.Paradox.Graphics.GraphicsOutput SiliconStudio.Paradox.Graphics.GraphicsPresenter SiliconStudio.Paradox.Graphics.GraphicsResourceBase SiliconStudio.Paradox.Graphics.GraphicsResourceFactoryBase SiliconStudio.Paradox.Graphics.PrimitiveQuad SiliconStudio.Paradox.Graphics.SpriteFont SiliconStudio.Paradox.ScriptContext SiliconStudio.Paradox.Games.GameSystemBase SiliconStudio.Paradox.Physics.IPhysicsSystem

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...
 

Detailed Description

Base interface for all components.

Definition at line 8 of file IComponent.cs.

Property Documentation

long SiliconStudio.Core.IComponent.Id
get
string SiliconStudio.Core.IComponent.Name
get

Gets the name of this component.

The name.

Definition at line 19 of file IComponent.cs.


The documentation for this interface was generated from the following file: