Class WorldSpace
A class that represents UnityEngine.RenderMode.WorldSpace and its rendering properties.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class WorldSpace : Render
Fields
| Improve this Doc View SourceSortingLayerProperty
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 SourceSortingLayer
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()