summaryrefslogtreecommitdiff
path: root/Runtime/Export/UnityEngineYieldOperation.txt
blob: bbaca7ebd925f65a805b491e92546ed3ebfa03fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CSRAW
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace UnityEngine
{

// Base class for all /yield/ instructions.
CSRAW [StructLayout (LayoutKind.Sequential)]
NONSEALED_CLASS YieldInstruction
END

CSRAW }