Share via


Mesh.UnlockAttributeBuffer(Int32)

UnlockAttributeBuffer メソッド

属性バッファのロックを解除する。

定義

Visual Basic Public Sub UnlockAttributeBuffer( _
    ByVal dataAttribute() As Integer _
)
C# public void UnlockAttributeBuffer(
    int[] dataAttribute
);
Managed C++ public: void UnlockAttributeBuffer(
    int dataAttribute __gc[]
);
JScript public function UnlockAttributeBuffer(
    dataAttribute : int[]
) : void;

パラメータ

dataAttribute System.Int32[].

対象

Mesh

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