Class SortingGroup
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: UnityEngine.dll
Syntax
[RequireComponent(typeof(Transform))]
public sealed class SortingGroup : Behaviour
Properties
sortingLayerID
Declaration
public int sortingLayerID { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
sortingLayerName
Declaration
public string sortingLayerName { get; set; }
Property Value
Type | Description |
---|---|
String |
sortingOrder
Declaration
public int sortingOrder { get; set; }
Property Value
Type | Description |
---|---|
Int32 |