C# Class SetSortingOrderAndLayer, GameJamTemplate

Inheritance: MonoBehaviour
Show file Open project: unitycoder/GameJamTemplate

Public Properties

Property Type Description
layerName string
sortingOrder int

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

layerName public property

public string layerName
return string

sortingOrder public property

public int sortingOrder
return int