Show / Hide Table of Contents

Class ScreenSpaceOverlay

A class that represents UnityEngine.RenderMode.ScreenSpaceOverlay and its rendering properties.

Inheritance
Object
Render
ScreenSpaceOverlay
Inherited Members
Render.SortingOrderProperty
Render.OverrideSortingProperty
Render.TargetDisplayProperty
Render.CreateBindablePixelPerfectProperty(Type)
Render.CreateBindableOverridePixelPerfectProperty(Type)
Render.CreateBindableWorldCameraProperty(Type)
Render.CreateBindablePlaneDistanceProperty(Type)
Render.CreateBindableSortingLayerProperty(Type)
Render.SortingOrder
Render.OverrideSorting
Render.TargetDisplay
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class ScreenSpaceOverlay : Render

Fields

| Improve this Doc View Source

OverridePixelPerfectProperty

Backing store for the OverridePixelPerfect property.

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

PixelPerfectProperty

Backing store for the PixelPerfect property.

Declaration
public static readonly BindableProperty PixelPerfectProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

OverridePixelPerfect

A property that represents UnityEngine.Canvas.overridePixelPerfect.

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

PixelPerfect

A property that represents UnityEngine.Canvas.pixelPerfect.

Declaration
public bool PixelPerfect { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

InitializeBodyInMainThread()

Declaration
protected override sealed void InitializeBodyInMainThread()
Overrides
Render.InitializeBodyInMainThread()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX