「MonoGame/クラスライブラリ/BasicEffectクラス」の版間の差分
Administrator (トーク | 投稿記録) |
Administrator (トーク | 投稿記録) |
||
| (同じ利用者による、間の2版が非表示) | |||
| 39行目: | 39行目: | ||
| public | | public | ||
| Alpha | | Alpha | ||
| | | [[アルファテスト]]の値。[[アルファチャンネル]]ではない。 | ||
|- | |- | ||
| public | | public | ||
| AmbientLightColor | | AmbientLightColor | ||
| | | [[アンビエント光]]([[環境光]])の色。 LightingEnabledプロパティが有効なときに使われる。 | ||
|- | |- | ||
| public | | public | ||
| DiffuseColor | | DiffuseColor | ||
| | | [[拡散色]]。LightingEnabledプロパティが有効なときに使われる。 | ||
|- | |- | ||
| public | | public | ||
| 67行目: | 63行目: | ||
| public | | public | ||
| EmissiveColor | | EmissiveColor | ||
| 放射色 | | [[放射色]] | ||
|- | |- | ||
| public | | public | ||
| FogColor | | FogColor | ||
| | | [[フォグ]]の色 | ||
|- | |- | ||
| public | | public | ||
| FogEnabled | | FogEnabled | ||
| | | [[フォグ]]の有効・無効 | ||
|- | |- | ||
| public | | public | ||
| 83行目: | 79行目: | ||
| public | | public | ||
| FogStart | | FogStart | ||
| | | [[フォグ]]が適用されるカメラからの距離。ここからFogEndまでを微妙にぼかす。 | ||
|- | |- | ||
| public | | public | ||
| LightingEnabled | | LightingEnabled | ||
| ライティングの有効・無効 | | ライティングの有効・無効 | ||
|- | |- | ||
| public | | public | ||
| PreferPerPixelLighting | | PreferPerPixelLighting | ||
| | | [[ピクセル]]単位のライティングを行うか切り替え。 | ||
|- | |- | ||
| public | | public | ||
| SpecularColor | | SpecularColor | ||
| スペキュラカラー | | [[スペキュラカラー]] | ||
|- | |- | ||
| public | | public | ||
| 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から継承) | |||
|} | |} | ||