facebook twitter hatena line email

Unity/Csharp/AddComponent

提供: 初心者エンジニアの簡易メモ
2017年9月21日 (木) 23:54時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==BoxCollinder2dを追加== GameObject gameObj = new GameObject(); BoxCollider2D box = gameObj.AddComponent<BoxCollider2D>() as BoxCollider2D; gameObj.AddComponent<Tex...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

BoxCollinder2dを追加

GameObject gameObj = new GameObject();
BoxCollider2D box = gameObj.AddComponent<BoxCollider2D>() as BoxCollider2D;
gameObj.AddComponent<Text1Script>();