7 lines
61 B
C#
7 lines
61 B
C#
public enum Pipeline
|
|
{
|
|
HDRP = 0,
|
|
LWRP = 1,
|
|
Standard = 2
|
|
}
|