示例#1
0
    public void OnInteraction(GameObject other)
    {
        if (holoTable == null)
        {
            holoTable = GetComponentInParent <HoloTable>();
        }

        holoTable.SelectAttachPoint(this);
    }