Table of Contents

Class RenderUIElement

Namespace
Stride.Rendering.UI
Assembly
Stride.UI.dll
public class RenderUIElement : RenderObject
Inheritance
RenderUIElement
Inherited Members

Constructors

RenderUIElement()

public RenderUIElement()

Fields

IsBillboard

public bool IsBillboard

Field Value

bool

IsFixedSize

public bool IsFixedSize

Field Value

bool

IsFullScreen

public bool IsFullScreen

Field Value

bool

LastIntersectionPoint

public Vector3 LastIntersectionPoint

Field Value

Vector3

LastMouseOverElement

Last element over which the mouse cursor was registered

public UIElement LastMouseOverElement

Field Value

UIElement

LastMousePosition

Last registered position of teh mouse

public Vector2 LastMousePosition

Field Value

Vector2

LastRootMatrix

public Matrix LastRootMatrix

Field Value

Matrix

LastTouchedElement

Last element which received a touch/click event

public UIElement LastTouchedElement

Field Value

UIElement

Page

public UIPage Page

Field Value

UIPage

Resolution

public Vector3 Resolution

Field Value

Vector3

ResolutionStretch

public ResolutionStretch ResolutionStretch

Field Value

ResolutionStretch

Sampler

public UIElementSampler Sampler

Field Value

UIElementSampler

Size

public Vector3 Size

Field Value

Vector3

SnapText

public bool SnapText

Field Value

bool

WorldMatrix

public Matrix WorldMatrix

Field Value

Matrix