Skip to content

Instantly share code, notes, and snippets.

@tsubaki
Created July 23, 2014 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsubaki/bbdd2632ab5fb76fe02c to your computer and use it in GitHub Desktop.
Save tsubaki/bbdd2632ab5fb76fe02c to your computer and use it in GitHub Desktop.
ヘッダー・スペースのテスト
using UnityEngine;
using System.Collections;
public class HeaderTest : MonoBehaviour {
public int id;
[Header("State")]
public string name;
public int hp;
public int power;
[Space(10)]
public string[] skills;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment