instantiatepieceinsocket - eisclimber/ExPresS-XR GitHub Wiki
Method in PuzzleGame
Instantiates the puzzle piece with the provided id in the socket.
public void InstantiatePieceInSocket(int idx, PutBackSocketInteractor socket)| Name | Description |
|---|---|
int idx |
Puzzle piece idx to spawn. |
| ExPresSXR.Interaction.Interactors.PutBackSocketInteractor socket | Socket to spawn the piece in. |