Apple Engine
id:x67x6fx74x6f
WWDC 2017 の SceneKit サンプル Fox 2 を調べる その13
前回の続きで、Character クラス の関数を見てゆく。 Character クラスの初期化 init(scene: SCNScene) { super.init() loadCharacter() loadParticles() loadSounds() loadAnimations() } セットアップのため4つの変数が呼ばれる。 scene で SCNScene が設定されているが、ご覧のように使用されていない。 loadCharacter(…