Canguro.Model.Section.AreaSection.AreaSection C# (CSharp) Méthode

AreaSection() public méthode

public AreaSection ( string name, string shape, Material material ) : System
name string
shape string
material Material
Résultat System
        public AreaSection(string name, string shape, Material.Material material)
        {
            Name = name;
            this.shape = shape;
            this.material = material;
        }