Unity5質問スレ [転載禁止]©5ch.net
■ このスレッドは過去ログ倉庫に格納されています
0001名前は開発中のものです。
2015/07/08(水) 21:37:53.68ID:GwI4cIXA今では反省している
0388名前は開発中のものです。
2015/09/06(日) 22:56:18.71ID:wfyJzrR+0389名前は開発中のものです。
2015/09/06(日) 23:02:48.92ID:+bhRkPDKttp://forum.unity3d.com/threads/how-to-use-generics-in-unity-javascript.79760/#post-510611
0390名前は開発中のものです。
2015/09/06(日) 23:09:43.82ID:wfyJzrR+0391名前は開発中のものです。
2015/09/06(日) 23:13:32.30ID:+bhRkPDK0392名前は開発中のものです。
2015/09/06(日) 23:20:02.73ID:CgI6jF5yUnityScriptでGetComponentするならかうだ
× audioSource = gameObject.GetComponent<AudioSource>();
○ audioSource = gameObject.GetComponent(AudioSource);
ttp://docs.unity3d.com/ScriptReference/GameObject.GetComponent.html
■ このスレッドは過去ログ倉庫に格納されています