Zeplin.Layer.Layer C# (CSharp) Method

Layer() public method

Constructs a layer with empty actor and tile collections
public Layer ( ) : System
return System
        public Layer()
        {
            gameObjectList = new List<GameObject>();
            Parallax = Vector2.One;
        }