RenderUIElement Class
Namespace: Stride.Rendering.UIAssembly: Stride.UI.dll
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 |
Constructors
RenderUIElement()
public RenderUIElement()
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 |