Elin Decompiled Documentation EA 23.102 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
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