📜  在光子中实例化一个播放器 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:43.811000             🧑  作者: Mango

代码示例1
PhotonNetwork.Instantiate(avatar, Vector3.zero, Quaternion.identity, 0);
//Note: Vector and Quaternion are used to init the position and rotation of the avatar.