Class DirectRenderingGLView.RenderCallbackInput

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    The parameter of the RenderFrame Callback. It has data to render directly.

    public class DirectRenderingGLView.RenderCallbackInput
    Inheritance
    object
    DirectRenderingGLView.RenderCallbackInput

    Constructors

    View Source

    RenderCallbackInput(Matrix, Matrix, Vector2, Color, Rectangle, int[])

    Declaration
    public RenderCallbackInput(Matrix mvp, Matrix projection, Vector2 size, Color worldColor, Rectangle clippingBox, int[] textureBindings)
    Parameters
    Type Name Description
    Matrix mvp
    Matrix projection
    Vector2 size
    Color worldColor
    Rectangle clippingBox
    int[] textureBindings

    Properties

    View Source

    ClippingBox

    The area of DirectRenderingGLView. You can use this for glScissor()

    Declaration
    public Rectangle ClippingBox { get; }
    Property Value
    Type Description
    Rectangle
    View Source

    Mvp

    MVP matrix

    Declaration
    public Matrix Mvp { get; }
    Property Value
    Type Description
    Matrix
    View Source

    Projection

    Projection matrix

    Declaration
    public Matrix Projection { get; }
    Property Value
    Type Description
    Matrix
    View Source

    Size

    The size of the DirectRenderingGLView

    Declaration
    public Vector2 Size { get; }
    Property Value
    Type Description
    Vector2
    View Source

    TextureBindings

    Texture bindings

    Declaration
    public ReadOnlyCollection<int> TextureBindings { get; }
    Property Value
    Type Description
    ReadOnlyCollection<><int>
    View Source

    WorldColor

    The World color of the DirectRenderingGLView

    Declaration
    public Color WorldColor { get; }
    Property Value
    Type Description
    Color

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX