IComponent Interface
Namespace: Stride.CoreAssembly: Stride.Core.dll
Base interface for all components.
public interface IComponent : IReferencable
              | Name | Description | |
|---|---|---|
| Properties | ||
| Name | Gets the name of this component.  | 
                          |
Properties
Name
Gets the name of this component.
string Name { get; }
              Property Value
| Type | Description | 
|---|---|
| System.String | The name.  |