Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GraphicsFactory Class

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    Root factory for all Graphics components.

    System.Object → DisposeBase → ComponentBase → GraphicsFactory
    Derived from GraphicsFactory:

    public class GraphicsFactory : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder
    Name Description
    Fields
    GraphicsApi

    GraphicsApi key. TODO not the best place to store this identifier. Move it to GraphicsFactory?

    | Improve this Doc View Source

    Fields


    GraphicsApi

    GraphicsApi key. TODO not the best place to store this identifier. Move it to GraphicsFactory?

    public const string GraphicsApi = "GraphicsApi"
    Field Value
    Type Description
    System.String

    Inherited Members

    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    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