我能解释一下为什么 Quaternion.identity 的 Q 大写,而 transform.position 的 T 却小写吗?是因为他们使用了不同的指令或程序集吗?
private void Fire()
{
GameObject enemyLaser = Instantiate
(enemyLaserPrefab, transform.position,
Quaternion.identity)
as GameObject;
}
慕田峪4524236
元芳怎么了
相关分类