Created
November 8, 2015 03:58
-
-
Save peroon/82b1fccc2cc3237730cf to your computer and use it in GitHub Desktop.
BaseVertexEffect.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using UnityEngine.UI; | |
using System.Collections; | |
using DG.Tweening; | |
using System.Collections.Generic; | |
public class PuniconView : BaseVertexEffect { | |
void Start () { | |
} | |
public override void ModifyVertices(List<UIVertex> verts) | |
{ | |
Debug.Log (verts.Count); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4 vertices