Beispiel #1
0
        /// <inheritdoc />
        /// <summary>
        /// </summary>
        public sealed override void Setup()
        {
            this.PreSetup();

            if (this.ParentEnvironment == null)
            {
                this.ParentEnvironment = NeodroidSceneUtilities
                                         .RecursiveFirstSelfSiblingParentGetComponent <AbstractSpatialPrototypingEnvironment>(this.transform);
            }

            this.RemotePostSetup();
        }