Class ScreenSpaceOverlay
A class that represents UnityEngine.RenderMode.ScreenSpaceOverlay and its rendering properties.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class ScreenSpaceOverlay : Render
Fields
| Improve this Doc View SourceOverridePixelPerfectProperty
Backing store for the OverridePixelPerfect property.
Declaration
public static readonly BindableProperty OverridePixelPerfectProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
PixelPerfectProperty
Backing store for the PixelPerfect property.
Declaration
public static readonly BindableProperty PixelPerfectProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
| Improve this Doc View SourceOverridePixelPerfect
A property that represents UnityEngine.Canvas.overridePixelPerfect.
Declaration
public bool OverridePixelPerfect { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
PixelPerfect
A property that represents UnityEngine.Canvas.pixelPerfect.
Declaration
public bool PixelPerfect { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
| Improve this Doc View SourceInitializeBodyInMainThread()
Declaration
protected override sealed void InitializeBodyInMainThread()