GraphicsEngine.Wavefront.Models.Group.Group C# (CSharp) Method

Group() public method

public Group ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        public Group(string name)
        {
            Name = name;
        }