原创 Unity獲取模型的頂點座標

using UnityEngine; using System.Collections; /// <summary> /// 獲取模型的所有頂點座標 /// </summary> public class GetVertex : Mon