/// <summary> /// Executes the Action delegate method and increases /// the LifeTime counter. /// </summary> /// <param name="shape3D"></param> public void Execute(Shape3D shape3D) { Action(shape3D, LifeTime); LifeTime.Count(); }