UnityEngine.Font.Font C# (CSharp) 메소드

Font() 공개 메소드

Create a new Font.

public Font ( ) : System
리턴 System
        public Font()
        {
            Internal_CreateFont(this, null);
        }

Same methods

Font::Font ( string name ) : System
Font::Font ( string names, int size ) : System