mirror of
https://github.com/tym1116/BH3.git
synced 2026-03-27 01:52:43 +01:00
11 lines
152 B
C#
11 lines
152 B
C#
namespace UnityEngine.UI
|
|
{
|
|
public class GraphicCast : Graphic
|
|
{
|
|
protected override void OnPopulateMesh(VertexHelper vh)
|
|
{
|
|
vh.Clear();
|
|
}
|
|
}
|
|
}
|