Exemple #1
0
            void Start()
            {
                // All this magic
                // happens down below.

                /* * * * * * * * * * * * * * * * * *
                * Section 7.16.2 A Basic Example  *
                * * * * * * * * * * * * * * * * * */
                GameObjectExtensions.UseNewTrick();
                GameObjectExtensions.UseSetParent();

                /* * * * * * * * * * * * * * * *
                * Section 7.16.4 Magic Mirror *
                * * * * * * * * * * * * * * * */
                GameObjectExtensions.UseMirror();
            }