Quantcast
Channel: 万年素人からHackerへの道
Viewing all articles
Browse latest Browse all 1097

rootの階層へGameObjectを移動 Unity

$
0
0
URL: http://docs.unity3d.com/Documentation/ScriptReference/Transform-parent.html ゲーム開発の民主化を謳うUnityだが、公式サンプルにコードは有るが何の説明もない・・。 using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { transform.parent = null; ...

Viewing all articles
Browse latest Browse all 1097

Trending Articles