「MonoGame/クラスライブラリ/Microsoft.Xna.Framework名前空間」の版間の差分
imported>Administrator 編集の要約なし |
|||
| (2人の利用者による、間の2版が非表示) | |||
| 1行目: | 1行目: | ||
[[MonoGame/クラスライブラリ/Microsoft.Xna.Framework名前空間|Microsoft.Xna.Framework名前空間]]にあるもの。 | [[MonoGame/クラスライブラリ/Microsoft.Xna.Framework名前空間|Microsoft.Xna.Framework名前空間]]にあるもの。 | ||
| 30行目: | 28行目: | ||
|- | |- | ||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/GameComponentクラス|GameComponentクラス]] | ! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/GameComponentクラス|GameComponentクラス]] | ||
| | | ゲーム画面には色々なパーツがあるが、こいつを継承して作ると管理が楽になるらしい。 | ||
|- | |- | ||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/GameComponentCollectionクラス|GameComponentCollectionクラス]] | ! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/GameComponentCollectionクラス|GameComponentCollectionクラス]] | ||
| 69行目: | 67行目: | ||
|- | |- | ||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/TitleContainerクラス|TitleContainerクラス]] | ! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/TitleContainerクラス|TitleContainerクラス]] | ||
| | | コンテンツパイプライン外のファイルを開くのに使う。スマホゲームでよくある起動時にダウンロードした追加素材などを開いたりするのに便利だが、地味に制約も多いのでオープンソースの強みを活かしてこのクラス風の自前実装を作ったほうが捗る。 | ||
|} | |} | ||
| 132行目: | 110行目: | ||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/Vector4構造体|Vector4構造体]] | ! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/Vector4構造体|Vector4構造体]] | ||
| 4Dベクトル | | 4Dベクトル | ||
|} | |||
== インターフェイス == | |||
{| class="wikitable" | |||
|+ | |||
! 名称 !! 概要 | |||
|- | |||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/IDrawableインターフェイス|IDrawableインターフェイス]] || | |||
|- | |||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/IGameComponentインターフェイス|IGameComponentインターフェイス]] | |||
| | |||
|- | |||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/IGraphicsDeviceManagerインターフェイス|IGraphicsDeviceManagerインターフェイス]] | |||
| | |||
|- | |||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/IHasCallbackインターフェイス|IHasCallbackインターフェイス]] | |||
| | |||
|- | |||
! style="white-space:nowrap;text-align:left" | [[MonoGame/クラスライブラリ/IUpdateableインターフェイス|IUpdateableインターフェイス]] | |||
| | |||
|} | |} | ||