27 lines
239 B
C#
Raw Normal View History

using UnityEngine;
struct OnChangeMat
{
public Shader shader;
2025-03-18 10:34:06 +08:00
}
struct BeginScreenShot
{
}
struct EndScreenShot
{
}
2025-03-25 13:23:47 +08:00
struct OnLock
{
public bool isLock;
2025-03-26 11:39:49 +08:00
}
struct OnUpdatePos
{
public Vector3 pos;
public Vector3 rot;
2025-03-25 13:23:47 +08:00
}