Table of Contents

Interface IComponent

Namespace
Stride.Core
Assembly
Stride.Core.dll

Base interface for all framework Components.

public interface IComponent : IReferencable
Inherited Members
Extension Methods

Remarks

A Component is an object that can have an optional Name, and that has reference-counting lifetime management.

Properties

Name

Gets the name of the Component.

string Name { get; }

Property Value

string

See Also