「MonoGame/クラスライブラリ/BasicEffectクラス」の版間の差分
Administrator (トーク | 投稿記録) |
Administrator (トーク | 投稿記録) |
||
| 44行目: | 44行目: | ||
| AmbientLightColor | | AmbientLightColor | ||
| [[アンビエント光]]([[環境光]])の色。 LightingEnabledプロパティが有効なときに使われる。 | | [[アンビエント光]]([[環境光]])の色。 LightingEnabledプロパティが有効なときに使われる。 | ||
|- | |- | ||
| public | | public | ||
| 84行目: | 80行目: | ||
| FogStart | | FogStart | ||
| [[フォグ]]が適用されるカメラからの距離。ここからFogEndまでを微妙にぼかす。 | | [[フォグ]]が適用されるカメラからの距離。ここからFogEndまでを微妙にぼかす。 | ||
|- | |- | ||
| public | | public | ||
| LightingEnabled | | LightingEnabled | ||
| ライティングの有効・無効 | | ライティングの有効・無効 | ||
|- | |- | ||
| public | | public | ||
| PreferPerPixelLighting | | PreferPerPixelLighting | ||
| | | [[ピクセル]]単位のライティングを行うか切り替え。 | ||
|- | |- | ||
| public | | public | ||
| 117行目: | 96行目: | ||
| SpecularPower | | SpecularPower | ||
| スペキュラパワー | | スペキュラパワー | ||
|- | |- | ||
| public | | public | ||
| Texture | | Texture | ||
| | | 現在のアクティブな[[テクスチャ]]。ここを差し替えてレンダリングを繰り返す。 | ||
|- | |- | ||
| public | | public | ||
| TextureEnabled | | TextureEnabled | ||
| | | [[テクスチャマッピング]]の有効・無効 | ||
|- | |- | ||
| public | | public | ||
| VertexColorEnabled | | VertexColorEnabled | ||
| | | [[頂点]]カラーの有効・無効。 | ||
|} | |} | ||
| 157行目: | 128行目: | ||
| Projection | | Projection | ||
| [[プロジェクションマトリックス]] | | [[プロジェクションマトリックス]] | ||
|} | |||
=== その他 === | |||
{| class="wikitable" | |||
|+ | |||
! | |||
! 名称 | |||
! 概要 | |||
|- | |||
| public | |||
| Name | |||
| (GraphicsResourceから継承) | |||
|- | |||
| public | |||
| Parameters | |||
| (Effectから継承) | |||
|- | |||
| public | |||
| CurrentTechnique | |||
| (Effectから継承) | |||
|- | |||
| public | |||
| Techniques | |||
| (Effectから継承) | |||
|- | |||
| public | |||
| Tag | |||
| (GraphicsResourceから継承) | |||
|- | |||
| public | |||
| GraphicsDevice | |||
| (GraphicsResourceから継承) | |||
|- | |||
| public | |||
| IsDisposed | |||
| (GraphicsResourceから継承) | |||
|} | |} | ||