SuperSquid.Entities.Behaviors.BlockBuilderBehavior.Initialize C# (CSharp) Méthode

Initialize() protected méthode

Performs further custom initialization for this instance.
By default this method does nothing.
protected Initialize ( ) : void
Résultat void
        protected override void Initialize()
        {
            base.Initialize();

            ////this.scene = (GamePlayScene)this.Owner.Scene;
            ////this.backScene = WaveServices.ScreenContextManager.FindContextByName("BackContext")
            ////                                                  .FindScene<BackgroundScene>();

            this.soundManager = WaveServices.GetService<SoundManager>();
        }