Class Render
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class Render : Canvas.Modifier
Fields
|
Improve this Doc
View Source
OverrideSortingProperty
Declaration
public static readonly BindableProperty OverrideSortingProperty
Field Value
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
SortingOrderProperty
Declaration
public static readonly BindableProperty SortingOrderProperty
Field Value
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
TargetDisplayProperty
Declaration
public static readonly BindableProperty TargetDisplayProperty
Field Value
Type |
Description |
BindableProperty |
|
Properties
|
Improve this Doc
View Source
OverrideSorting
Declaration
public bool OverrideSorting { get; set; }
Property Value
|
Improve this Doc
View Source
SortingOrder
Declaration
public int SortingOrder { get; set; }
Property Value
|
Improve this Doc
View Source
TargetDisplay
Declaration
public int TargetDisplay { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CreateBindableOverridePixelPerfectProperty(Type)
Declaration
protected static BindableProperty CreateBindableOverridePixelPerfectProperty(Type declarer)
Parameters
Type |
Name |
Description |
Type |
declarer |
|
Returns
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
CreateBindablePixelPerfectProperty(Type)
Declaration
protected static BindableProperty CreateBindablePixelPerfectProperty(Type declarer)
Parameters
Type |
Name |
Description |
Type |
declarer |
|
Returns
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
CreateBindablePlaneDistanceProperty(Type)
Declaration
protected static BindableProperty CreateBindablePlaneDistanceProperty(Type declarer)
Parameters
Type |
Name |
Description |
Type |
declarer |
|
Returns
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
CreateBindableSortingLayerProperty(Type)
Declaration
protected static BindableProperty CreateBindableSortingLayerProperty(Type declarer)
Parameters
Type |
Name |
Description |
Type |
declarer |
|
Returns
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
CreateBindableWorldCameraProperty(Type)
Declaration
protected static BindableProperty CreateBindableWorldCameraProperty(Type declarer)
Parameters
Type |
Name |
Description |
Type |
declarer |
|
Returns
Type |
Description |
BindableProperty |
|
|
Improve this Doc
View Source
InitializeBodyInMainThread()
Declaration
protected override void InitializeBodyInMainThread()