Beispiel #1
0
        protected override void Initialize()
        {
            base.Initialize();

            this.gazeTransform = this.Owner.Find(this.GazeEntity)?.FindComponent <Transform3D>();

            this.particles = this.Owner.FindComponentInChildren <NewParticleSystem>();
        }
Beispiel #2
0
 public void BaseInitialize(NewParticleSystem owner)
 {
     this.owner = owner;
     this.Initialize();
     this.IsInitialized = true;
 }