ModelViewer.Renderer.UserInterface.UserInterface C# (CSharp) Method

UserInterface() public method

Initializes a new instance of the UserInterface class.
public UserInterface ( )
        public UserInterface()
        {
            Container = new ElementContainer();
        }
UserInterface