SurvivorNinja.Behaviors.PlayerBehavior.Initialize C# (CSharp) Méthode

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void
        protected override void Initialize()
        {
            base.Initialize();

            this.initialPosition = this.transform.Position;
            this.hubPanel = this.EntityManager.Find<HubPanel>("HubPanel");

            this.Reset();
        }