Search Results for

    Show / Hide Table of Contents

    Class NoesisOffscreenRenderer

    NoesisGUI integration panel.

    Inheritance
    object
    IdentifiableObject
    DependencyObject
    AttachableObject
    SceneManager
    NoesisOffscreenRenderer
    Implements
    IDependencyObject
    Inherited Members
    SceneManager.Managers
    SceneManager.Scene
    SceneManager.OnLoaded()
    SceneManager.OnAttached()
    SceneManager.Start()
    SceneManager.OnDetach()
    SceneManager.OnDestroy()
    AttachableObject.AttachableStateChanged
    AttachableObject.IsEnabled
    AttachableObject.State
    AttachableObject.IsLoaded
    AttachableObject.IsAttached
    AttachableObject.IsActivated
    AttachableObject.IsStarted
    AttachableObject.IsDestroyed
    AttachableObject.ShouldBeActivated
    AttachableObject.Destroy()
    AttachableObject.DependencyBroken()
    DependencyObject.Dependencies
    DependencyObject.OnDependencyRemoved
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.NoesisGUI
    Assembly: Evergine.NoesisGUI.dll
    Syntax
    public class NoesisOffscreenRenderer : SceneManager, IDependencyObject

    Fields

    graphicsContext

    The graphics context.

    Declaration
    [BindService(true)]
    protected GraphicsContext graphicsContext
    Field Value
    Type Description
    GraphicsContext

    graphicsPresenter

    The graphics presenter.

    Declaration
    [BindService(true)]
    protected GraphicsPresenter graphicsPresenter
    Field Value
    Type Description
    GraphicsPresenter

    Methods

    AddNoesisPanel(NoesisFramebufferPanel)

    Add a Noesis panel to be rendered.

    Declaration
    public void AddNoesisPanel(NoesisFramebufferPanel panel)
    Parameters
    Type Name Description
    NoesisFramebufferPanel panel

    The panel.

    OnActivated()

    Invoked when the object is activated once is attached.

    Declaration
    protected override void OnActivated()
    Overrides
    SceneManager.OnActivated()

    OnDeactivated()

    Invoked when the object is deactivated.

    Declaration
    protected override void OnDeactivated()
    Overrides
    SceneManager.OnDeactivated()

    RemoveNoesisPanel(NoesisFramebufferPanel)

    Remove a Noesis panel from the rendering queue.

    Declaration
    public void RemoveNoesisPanel(NoesisFramebufferPanel panel)
    Parameters
    Type Name Description
    NoesisFramebufferPanel panel

    The panel.

    Implements

    IDependencyObject

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX