Class ScreenSpaceCamera
A class that represents UnityEngine.RenderMode.ScreenSpaceCamera and its rendering properties.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class ScreenSpaceCamera : 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 | 
PlaneDistanceProperty
Backing store for the PlaneDistance property.
Declaration
public static readonly BindableProperty PlaneDistanceProperty
  Field Value
| Type | Description | 
|---|---|
| BindableProperty | 
SortingLayerProperty
Backing store for the SortingLayer property.
Declaration
public static readonly BindableProperty SortingLayerProperty
  Field Value
| Type | Description | 
|---|---|
| BindableProperty | 
WorldCameraProperty
Backing store for the WorldCamera property.
Declaration
public static readonly BindableProperty WorldCameraProperty
  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 | 
PlaneDistance
A property that represents UnityEngine.Canvas.planeDistance.
Declaration
public float PlaneDistance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Single | 
SortingLayer
A property that represents UnityEngine.Canvas.sortingLayerID.
Declaration
public int SortingLayer { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
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 SourceInitializeBodyInMainThread()
Declaration
protected override sealed void InitializeBodyInMainThread()