Search Results for

    Show / Hide Table of Contents

    Interface IDrawable

    Draw method within this interface is used for Render2D.CallDrawing single DrawCall Each frame new Queue is sent to GPU from this CPU bound method

    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public interface IDrawable

    Methods

    Draw()

    Render2D drawing methods should be used within this method during render phase to be visible.

    Declaration
    void Draw()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    CallDrawing(IDrawable, GPUContext, GPUTexture)
    Render(GPUContext, ref RenderContext, GPUTexture, GPUTexture)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat