Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderUIElement Class

    Namespace: Stride.Rendering.UI
    Assembly: Stride.UI.dll
    System.Object → RenderObject → RenderUIElement
    Derived from RenderUIElement:

    public class RenderUIElement : RenderObject
    Name Description
    Constructors
    RenderUIElement()
    Fields
    IsBillboard
    IsFixedSize
    IsFullScreen
    LastIntersectionPoint
    LastMouseOverElement

    Last element over which the mouse cursor was registered

    LastMousePosition

    Last registered position of teh mouse

    LastRootMatrix
    LastTouchedElement

    Last element which received a touch/click event

    Page
    Resolution
    ResolutionStretch
    Size
    SnapText
    WorldMatrix
    | Improve this Doc View Source

    Constructors


    RenderUIElement()

    public RenderUIElement()
    | Improve this Doc View Source

    Fields


    IsBillboard

    public bool IsBillboard
    Field Value
    Type Description
    System.Boolean

    IsFixedSize

    public bool IsFixedSize
    Field Value
    Type Description
    System.Boolean

    IsFullScreen

    public bool IsFullScreen
    Field Value
    Type Description
    System.Boolean

    LastIntersectionPoint

    public Vector3 LastIntersectionPoint
    Field Value
    Type Description
    Vector3

    LastMouseOverElement

    Last element over which the mouse cursor was registered

    public UIElement LastMouseOverElement
    Field Value
    Type Description
    UIElement

    LastMousePosition

    Last registered position of teh mouse

    public Vector2 LastMousePosition
    Field Value
    Type Description
    Vector2

    LastRootMatrix

    public Matrix LastRootMatrix
    Field Value
    Type Description
    Matrix

    LastTouchedElement

    Last element which received a touch/click event

    public UIElement LastTouchedElement
    Field Value
    Type Description
    UIElement

    Page

    public UIPage Page
    Field Value
    Type Description
    UIPage

    Resolution

    public Vector3 Resolution
    Field Value
    Type Description
    Vector3

    ResolutionStretch

    public ResolutionStretch ResolutionStretch
    Field Value
    Type Description
    ResolutionStretch

    Size

    public Vector3 Size
    Field Value
    Type Description
    Vector3

    SnapText

    public bool SnapText
    Field Value
    Type Description
    System.Boolean

    WorldMatrix

    public Matrix WorldMatrix
    Field Value
    Type Description
    Matrix

    Inherited Members

    RenderObject.Enabled
    RenderObject.RenderGroup
    RenderObject.BoundingBox
    RenderObject.RenderFeature
    RenderObject.ObjectNode
    RenderObject.StaticObjectNode
    RenderObject.VisibilityObjectNode
    RenderObject.ActiveRenderStages
    RenderObject.StateSortKey
    RenderObject.Index
    RenderObject.Source

    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