Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IGameSystemBase Interface

    Namespace: Stride.Games
    Assembly: Stride.Games.dll

    Defines a generic game system.

    public interface IGameSystemBase : IComponent, IReferencable
    Name Description
    Methods
    Initialize()

    This method is called when the component is added to the game.

    | Improve this Doc View Source

    Methods


    Initialize()

    This method is called when the component is added to the game.

    void Initialize()
    Remarks

    This method can be used for tasks like querying for services the component needs and setting up non-graphics resources.


    Inherited Members

    IComponent.Name
    IReferencable.ReferenceCount
    IReferencable.AddReference()
    IReferencable.Release()

    Extension Methods

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

    Back to top

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