Beispiel #1
0
        public override void Start()
        {
            _init();

            gameElement.LocalTransform.AddOnChangeEvent((_old, _new) => _shouldUpdate = true);

            if (Cubemap != null)
            {
                Cubemap.Load();
            }

            _shouldUpdate = true;
        }