Zeplin.Layer.Layer C# (CSharp) 메소드

Layer() 공개 메소드

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