Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IElementRendererFactory Interface

    Namespace: Stride.UI.Renderers
    Assembly: Stride.UI.dll

    A factory that can create ElementRenderers.

    public interface IElementRendererFactory
    Name Description
    Methods
    TryCreateRenderer(UIElement)

    Try to create a renderer for the specified element.

    | Improve this Doc View Source

    Methods


    TryCreateRenderer(UIElement)

    Try to create a renderer for the specified element.

    ElementRenderer TryCreateRenderer(UIElement element)
    Parameters
    Type Name Description
    UIElement element

    The element to render

    Returns
    Type Description
    ElementRenderer

    An instance of renderer that can render it.


    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