次の方法で共有


BaseTexture.LevelOfDetail

LevelOfDetail プロパティ

管理下のテクスチャに設定されている最大詳細レベル (LOD) に制限された値を返す。

定義

Visual Basic Public Property LevelOfDetail As Integer
C# public int LevelOfDetail { get; set; }
Managed C++ public: __property int get_LevelOfDetail();
public: __property void set_LevelOfDetail(int);
JScript public function get LevelOfDetail() : int
public function set LevelOfDetail(int);

プロパティ値

System.Int32.

これは読み取り/書き込み可能プロパティである。 

対象

BaseTexture, CubeTexture, Texture, VolumeTexture

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