示例#1
0
    public static _LineCoords CreateLineCoords()
    {
        GameObject  go = new GameObject("_LineCoords");
        _LineCoords lc = go.AddComponent <_LineCoords>();

        return(lc);
    }
示例#2
0
 void Awake()
 {
     lc = target as _LineCoords;
 }