using UnityEngine; struct OnChangeMat { public Shader shader; } struct BeginScreenShot { } struct EndScreenShot { } struct OnLock { public bool isLock; } struct OnUpdatePos { public Vector3 pos; public Vector3 rot; }