kOS.Suffixed.VectorRenderer.SetLayer C# (CSharp) Метод

SetLayer() публичный Метод

public SetLayer ( int newVal ) : void
newVal int
Результат void
        public void SetLayer(int newVal)
        {
            if (lineObj != null) lineObj.layer = newVal;
            if (hatObj != null) hatObj.layer = newVal;
            if (labelObj != null) labelObj.layer = newVal;
        }