コード例 #1
0
        void GrabMovableItem(MovableItem item)
        {
            // todo: grab the object
            //       best way would be to add the functionality into holdable item
            //       attach a fixed joint (or maybe a loose joint with the object hanging around?)
            //       anyway, what is   

        }
コード例 #2
0
        void ReleaseMovableItem(MovableItem item)
        {

        }