> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 2D プラットフォーマー用タッチ操作レイアウト

> 2D プラットフォーマー用タッチ操作レイアウト

プラットフォーマー ゲーム向けの 2 種類のサンプル タッチ操作レイアウトです。

**シンプルなプラットフォーマー レイアウト**

<img src="https://mintcdn.com/microsoft-4404708b/UZTRJSf0emX1fheE/images/gdk/features/common/game-streaming-sample-layouts-platformer-simple.png?fit=max&auto=format&n=UZTRJSf0emX1fheE&q=85&s=bf0c0db05f4ca467e395e2e7d176ff42" alt="Simple layout for 2D platformer game" width="2280" height="1080" data-path="images/gdk/features/common/game-streaming-sample-layouts-platformer-simple.png" />

**より多くのプレイヤー アクションを備えたプラットフォーマー レイアウト**

<img src="https://mintcdn.com/microsoft-4404708b/UZTRJSf0emX1fheE/images/gdk/features/common/game-streaming-sample-layouts-platformer.png?fit=max&auto=format&n=UZTRJSf0emX1fheE&q=85&s=8e995ef4e6255d96a2eb54d5ddbfb170" alt="Advanced layout for 2D platformer game" width="2280" height="1080" data-path="images/gdk/features/common/game-streaming-sample-layouts-platformer.png" />

## 解説

*simple platformer* レイアウトは、基本的な 2D プラットフォーマーがどのように非常にすっきりとしたタッチ体験を提供できるかを示しています。

主な要素は以下のとおりです。

* 左手で使用できる移動用ジョイスティック。ゲームがそのような入力に最適化されている場合は、方向パッドも検討できます。
* プレイヤーによる操作の予想される優先順位に基づき、右手側に弧状に配置された 3 つの主要なアクション (fire、jump、interact)。

*platformer* レイアウトは、シンプルなプラットフォーマーをベースに構築されており、プレイヤー向けに追加の操作を追加できる場所を示しています。

追加された主な要素は以下のとおりです。

* インベントリ管理を右上に配置
* 主要なアクション (sword、jump、bow) を最適に配置し、他のあまり頻繁に使用されないアクションをその周りに配置。

## 入手方法

1. TAK の [sample-layouts](https://github.com/microsoft/xbox-game-streaming-tools/tree/main/touch-adaptation-kit/samples/sample-layouts) サンプルの一部。
2. TAK コマンドライン ツールの [create コマンド](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-create-command)


## Related topics

- [標準 XBOX コントローラー用タッチ操作レイアウト](/ja-jp/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-full-layout.md)
- [サンプル](/ja-jp/build/core-features/common/game-streaming/building-touch-layouts/samples/index.md)
- [格闘ゲーム用タッチ操作レイアウト](/ja-jp/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-fighter.md)
- [ドライビング用タッチ操作レイアウト](/ja-jp/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-driving.md)
- [ファースト パーソン シューティング用タッチ操作レイアウト](/ja-jp/build/core-features/common/game-streaming/building-touch-layouts/samples/game-streaming-touch-tak-sample-first-person.md)
