How do i setup ApplyAction in a class file to be used with InteriorLight?
I am trying to break down the code so i understand what is going on. I am trying to understand how the Apply action works. I added notes above the lines of code I am interested in.
Here is my C# code in Visual studio.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Program
{
How do i setup ApplyAction in a class file to be used with InteriorLight?
I am trying to break down the code so i understand what is going on. I am trying to understand how the Apply action works. I added notes above the lines of code I am interested in.
Here is my C# code in Visual studio.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Program
{
public...
How do i setup ApplyAction in a class file to be used with InteriorLight?