Elin Decompiled Documentation EA 23.104 Nightly
Loading...
Searching...
No Matches
UICollider.cs
Go to the documentation of this file.
1using UnityEngine.UI;
2
3public class UICollider : Graphic
4{
5 protected override void OnPopulateMesh(VertexHelper vh)
6 {
7 vh.Clear();
8 }
9}
override void OnPopulateMesh(VertexHelper vh)
Definition: UICollider.cs:5