SortingLayer

struct in UnityEngine

Cambiar al Manual

Descripción

SortingLayer allows you to set the render order of multiple sprites easily. There is always a default SortingLayer named "Default" which all sprites are added to initially. Added more SortingLayers to easily control the order of rendering of groups of sprites. Layers can be ordered before or after the default layer.

See Also: Tags and Layers.

Variables Estáticas

layersReturns all the layers defined in this project.

Variables

idThis is the unique id assigned to the layer. It is not an ordered running value and it should not be used to compare with other layers to determine the sorting order.
nameReturns the name of the layer as defined in the TagManager.
valueThis is the relative value that indicates the sort order of this layer relative to the other layers.

Funciones Estáticas

GetLayerValueFromIDReturns the final sorting layer value. To determine the sorting order between the various sorting layers, use this method to retrieve the final sorting value and use CompareTo to determine the order.
GetLayerValueFromNameReturns the final sorting layer value. See Also: GetLayerValueFromID.
IDToNameReturns the unique id of the layer. Will return "<unknown layer>" if an invalid id is given.
IsValidReturns true if the id provided is a valid layer id.
NameToIDReturns the id given the name. Will return 0 if an invalid name was given.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961