uFrameECSDemo.EffectOnDestroyComponentDestroyed.Execute C# (CSharp) Method

Execute() public method

public Execute ( ) : void
return void
        public virtual void Execute()
        {
            ActionNode5_value = Group.IsQuiting;
            // ActionNode
            // Visit uFrame.Actions.Comparisons.IsTrue
            uFrame.Actions.Comparisons.IsTrue(ActionNode5_value, ActionNode5_yes, ActionNode5_no);
        }

Usage Example

コード例 #1
0
        protected virtual void EffectOnDestroyComponentDestroyed(EffectOnDestroy data, EffectOnDestroy group)
        {
            var handler = new EffectOnDestroyComponentDestroyed();

            handler.System = this;
            handler.Event  = data;
            handler.Group  = group;
            handler.Execute();
        }
All Usage Examples Of uFrameECSDemo.EffectOnDestroyComponentDestroyed::Execute
EffectOnDestroyComponentDestroyed