18 lines
126 B
C#
18 lines
126 B
C#
|
|
using UnityEngine;
|
|
|
|
struct OnChangeMat
|
|
{
|
|
public Shader shader;
|
|
}
|
|
|
|
struct BeginScreenShot
|
|
{
|
|
}
|
|
|
|
|
|
struct EndScreenShot
|
|
{
|
|
}
|
|
|