comparison Assets/Application/Scripts/Test/FontTest.cs @ 8:599bd8ddb72b

Create Item Tree and Create Stage.
author Kazuma Takeda
date Tue, 17 Jan 2017 19:57:19 +0900
parents
children
comparison
equal deleted inserted replaced
7:ad4729c5eec4 8:599bd8ddb72b
1 using System.Collections;
2 using System.Collections.Generic;
3 using UnityEngine;
4
5 public class FontTest : MonoBehaviour {
6
7 public Font font;
8
9 // Use this for initialization
10 void Start () {
11
12 }
13
14 // Update is called once per frame
15 void Update () {
16
17 }
18 }