Blink.StateCredits.StateCredits C# (CSharp) Method

StateCredits() public method

public StateCredits ( Vector2 screenSize, String title, String options ) : System
screenSize Vector2
title String
options String
return System
        public StateCredits(Vector2 screenSize, String title, String[] options)
        {
            this.screenSize = screenSize;
            this.title = title;
            this.options = options;
        }