Zeplin.Layer.Layer C# (CSharp) Méthode

Layer() public méthode

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