コード例 #1
0
ファイル: SigilGenerator.cs プロジェクト: spook-dev/hci-vr
    public void OnClick()
    {
        GameObject newSigil = Instantiate(sigilPrefab);

        pen.Drag(newSigil);
        pen.GoToRitualFrame();
    }