BaseMesh.Declaration
Declaration プロパティ
メッシュに含まれる頂点を記述する宣言を取得する。
定義
Visual Basic | Public ReadOnly Property Declaration As VertexElement() |
C# | public VertexElement[] Declaration { get; } |
Managed C++ | public: __property VertexElement get_Declaration(); |
JScript | public function get Declaration() : VertexElement[] |
プロパティ値
Microsoft.DirectX.Direct3D.VertexElement.
これは読み取り専用プロパティである。
対象
BaseMesh, Mesh, ProgressiveMesh
© 2002 Microsoft Corporation. All rights reserved. Terms of use.