Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべてのスプライトで実行されるautoParallaxBackgroundが必要です。誰か助けてもらえますか?ありがとうございました!
これを行うための2つのステップ。
まず、視差レイヤーのZインデックスをシーン内の他のすべてよりも高い値に設定します。たとえば、他のシーンエンティティがZ-index 10にある場合は、100に設定します(数値は関係ありません。相対的な数値だけです)。これは、setZIndex()メソッドを呼び出すことで実現されます。
次に、子エンティティを並べ替えるようにシーンに指示します。これは、scene.sortChildren()を呼び出すことによって実現されます。