ProgressiveMesh.NumberFaces
NumberFaces プロパティ
現在の詳細レベル (LOD) を、指定した面の数にできる限り近づけて設定する。
定義
Visual Basic | Public Property NumberFaces( _ ByVal faces As Integer _ ) As Integer |
C# | public int this[ int faces ] { set; } |
Managed C++ | public: __property void set_NumberFaces( int faces, int ); |
JScript | インデックス化されたプロパティは使えるが、独自に定義することはできない。 |
プロパティ値
System.Int32.
これは読み取り/書き込み可能プロパティである。
パラメータ
faces | System.Int32. |
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.