次の方法で共有


BaseTexture.SetLevelOfDetail(Int32)

SetLevelOfDetail メソッド

管理下のテクスチャに最大詳細レベル (LOD) を設定する。

定義

Visual Basic Public Function SetLevelOfDetail( _
    ByVal lodNew As Integer _
) As Integer
C# public int SetLevelOfDetail(
    int lodNew
);
Managed C++ public: int SetLevelOfDetail(
    int lodNew
);
JScript public function SetLevelOfDetail(
    lodNew : int
) : int;

パラメータ

lodNew System.Int32.

戻り値

System.Int32.

対象

BaseTexture, CubeTexture, Texture, VolumeTexture

© 2002 Microsoft Corporation. All rights reserved. Terms of use.