C# Class Stride.Rendering.UI.RenderUIElement

Inheritance: RenderObject
Exibir arquivo Open project: vvvv/stride Class Usage Examples

Public Properties

Property Type Description
IsBillboard bool
IsFixedSize bool
IsFullScreen bool
LastIntersectionPoint Vector3
LastMouseOverElement UIElement
LastMousePosition Vector2
LastRootMatrix Matrix
LastTouchedElement UIElement
Page UIPage
Resolution Vector3
ResolutionStretch ResolutionStretch
Sampler UIElementSampler
Size Vector3
SnapText bool
WorldMatrix Matrix

Public Methods

Method Description
RenderUIElement ( ) : Stride.Core

Method Details

RenderUIElement() public method

public RenderUIElement ( ) : Stride.Core
return Stride.Core

Property Details

IsBillboard public_oe property

public bool IsBillboard
return bool

IsFixedSize public_oe property

public bool IsFixedSize
return bool

IsFullScreen public_oe property

public bool IsFullScreen
return bool

LastIntersectionPoint public_oe property

public Vector3 LastIntersectionPoint
return Vector3

LastMouseOverElement public_oe property

Last element over which the mouse cursor was registered
public UIElement LastMouseOverElement
return UIElement

LastMousePosition public_oe property

Last registered position of teh mouse
public Vector2 LastMousePosition
return Vector2

LastRootMatrix public_oe property

public Matrix LastRootMatrix
return Matrix

LastTouchedElement public_oe property

Last element which received a touch/click event
public UIElement LastTouchedElement
return UIElement

Page public_oe property

public UIPage Page
return UIPage

Resolution public_oe property

public Vector3 Resolution
return Vector3

ResolutionStretch public_oe property

public ResolutionStretch ResolutionStretch
return ResolutionStretch

Sampler public_oe property

public UIElementSampler Sampler
return UIElementSampler

Size public_oe property

public Vector3 Size
return Vector3

SnapText public_oe property

public bool SnapText
return bool

WorldMatrix public_oe property

public Matrix WorldMatrix
return Matrix