Skip to content

Instantly share code, notes, and snippets.

@todorok1
Last active July 16, 2018 15:46
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 todorok1/995def3b9ea9d58e46e74afdc6ce296e to your computer and use it in GitHub Desktop.
Save todorok1/995def3b9ea9d58e46e74afdc6ce296e to your computer and use it in GitHub Desktop.
HelpURLAttributeを使ってヘルプページに飛ばしてみる。
// クラスの説明として、ヘルプページへのリンクを貼ることができます
[HelpURL("https://ekulabo.com/")]
public class HelpURLCheck : MonoBehaviour {
public int nazoField = 765;
public int nazoInt = 346;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment