FMOD.Studio.EventInstance.EventInstance C# (CSharp) Method

EventInstance() public method

public EventInstance ( IntPtr raw ) : System
raw System.IntPtr
return System
        public EventInstance(IntPtr raw)
        : base(raw)
        {
        }
EventInstance