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

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