Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IComponent Interface

    Namespace: Stride.Core
    Assembly: Stride.Core.dll

    Base interface for all components.

    public interface IComponent : IReferencable
    Name Description
    Properties
    Name

    Gets the name of this component.

    | Improve this Doc View Source

    Properties


    Name

    Gets the name of this component.

    string Name { get; }
    Property Value
    Type Description
    System.String

    The name.


    Inherited Members

    IReferencable.ReferenceCount
    IReferencable.AddReference()
    IReferencable.Release()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.KeepReference<T>(T)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation