uFrameECSDemo.EffectOnDestroyComponentDestroyed.ActionNode5_no C# (CSharp) Method

ActionNode5_no() private method

private ActionNode5_no ( ) : void
return void
        private void ActionNode5_no()
        {
            ActionNode6_gameObject = Group.Prefab;
            ActionNode6_position = Group.transform.position;
            // ActionNode
            // Visit uFrame.Actions.GameObjects.Instantiate
            ActionNode6_Result = uFrame.Actions.GameObjects.Instantiate(ActionNode6_gameObject, ActionNode6_position, ActionNode6_rotation);
        }
EffectOnDestroyComponentDestroyed