Inheritance: uFrame.ECS.EcsComponent
Esempio n. 1
0
 protected override void UISystemPointerClickDispatcherHandler(uFrame.ECS.PointerClickDispatcher data, PlayGameButton source)
 {
     var handler = new UISystemPointerClickDispatcherHandler();
     handler.System = this;
     handler.Event = data;
     handler.Source = source;
     handler.Execute();
 }
Esempio n. 2
0
        protected override void UISystemPointerClickDispatcherHandler(uFrame.ECS.PointerClickDispatcher data, PlayGameButton source)
        {
            var handler = new UISystemPointerClickDispatcherHandler();

            handler.System = this;
            handler.Event  = data;
            handler.Source = source;
            handler.Execute();
        }