Esempio n. 1
0
 public override void toAdherent(Adherent target, Vector2[] points) {
     target.setPath(toPath(points));
     target.setType((int)Adherent.adTypes.Triangle);
 }
Esempio n. 2
0
    public override void toAdherent(Adherent target, Vector2[] points)
    {
        target.setpath(toPath(points));
		target.setType((int)Adherent.adTypes.Diamond);
    }