Show / Hide Table of Contents

Class WorldSpace

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

Inheritance
Object
Render
WorldSpace
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 WorldSpace : Render

Fields

| 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

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