Show / Hide Table of Contents

Class Render

An abstract class that represents rendering properties of UnityEngine.Canvas.

Inheritance
Object
Render
ScreenSpaceCamera
ScreenSpaceOverlay
WorldSpace
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class Render : Canvas.Modifier

Fields

| Improve this Doc View Source

OverrideSortingProperty

Backing store for the OverrideSorting property.

Declaration
public static readonly BindableProperty OverrideSortingProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

SortingOrderProperty

Backing store for the SortingOrder property.

Declaration
public static readonly BindableProperty SortingOrderProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

TargetDisplayProperty

Backing store for the TargetDisplay property.

Declaration
public static readonly BindableProperty TargetDisplayProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

OverrideSorting

A property that represents UnityEngine.Canvas.overrideSorting.

Declaration
public bool OverrideSorting { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

SortingOrder

A property that represents UnityEngine.Canvas.sortingOrder.

Declaration
public int SortingOrder { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TargetDisplay

A property that represents UnityEngine.Canvas.targetDisplay.

Declaration
public int TargetDisplay { get; set; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

CreateBindableOverridePixelPerfectProperty(Type)

Creates a new instance of the class that represents UnityEngine.Canvas.overridePixelPerfect.

Declaration
protected static BindableProperty CreateBindableOverridePixelPerfectProperty(Type declarer)
Parameters
Type Name Description
Type declarer
Returns
Type Description
BindableProperty
| Improve this Doc View Source

CreateBindablePixelPerfectProperty(Type)

Creates a new instance of the class that represents UnityEngine.Canvas.pixelPerfect.

Declaration
protected static BindableProperty CreateBindablePixelPerfectProperty(Type declarer)
Parameters
Type Name Description
Type declarer
Returns
Type Description
BindableProperty
| Improve this Doc View Source

CreateBindablePlaneDistanceProperty(Type)

Creates a new instance of the class that represents UnityEngine.Canvas.planeDistance.

Declaration
protected static BindableProperty CreateBindablePlaneDistanceProperty(Type declarer)
Parameters
Type Name Description
Type declarer
Returns
Type Description
BindableProperty
| Improve this Doc View Source

CreateBindableSortingLayerProperty(Type)

Creates a new instance of the class that represents UnityEngine.Canvas.sortingLayerID.

Declaration
protected static BindableProperty CreateBindableSortingLayerProperty(Type declarer)
Parameters
Type Name Description
Type declarer
Returns
Type Description
BindableProperty
| Improve this Doc View Source

CreateBindableWorldCameraProperty(Type)

Creates a new instance of the class that represents UnityEngine.Canvas.worldCamera.

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()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX