コード例 #1
0
    public void Set(TextParticles t)
    {
        anchor = t;
        scale  = t.scale;

        setGlyph.RebindForm("_AnchorBuffer", anchor);
        setAnchor.RebindForm("_AnchorBuffer", anchor);

        setAnchor.YOLO();
        setGlyph.YOLO();
    }