Apple Engine
id:x67x6fx74x6f
WWDC 2017 の SceneKit サンプル Fox 2 を調べる その29
今回は GameController クラスの残りの関数を見てゆく。 プレイヤーキャラクター Max の初期位置リセット Max がマップから落ちた時など、resetPlayerPosition() から Character クラスの queueResetCharacterPosition() を呼ぶ。 func resetPlayerPosition() { character!.queueResetCharacterPosition() } カメラ処理 宝…