Show / Hide Table of Contents

Class ScreenSpaceCamera

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

Inheritance
Object
Render
ScreenSpaceCamera
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 ScreenSpaceCamera : 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
| Improve this Doc View Source

PlaneDistanceProperty

Backing store for the PlaneDistance property.

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

SortingLayerProperty

Backing store for the SortingLayer property.

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

WorldCameraProperty

Backing store for the WorldCamera property.

Declaration
public static readonly BindableProperty WorldCameraProperty
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
| Improve this Doc View Source

PlaneDistance

A property that represents UnityEngine.Canvas.planeDistance.

Declaration
public float PlaneDistance { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

SortingLayer

A property that represents UnityEngine.Canvas.sortingLayerID.

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

WorldCamera

A property that represents UnityEngine.Canvas.worldCamera.

Declaration
public UnityEngine.Camera WorldCamera { get; set; }
Property Value
Type Description
UnityEngine.Camera

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