MeshSpecification.Attribute コンストラクター

定義

オーバーロード

MeshSpecification.Attribute(IntPtr, JniHandleOwnership)
MeshSpecification.Attribute(MeshSpecificationType, Int32, String)

MeshSpecification.Attribute(IntPtr, JniHandleOwnership)

protected Attribute (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.MeshSpecification.Attribute : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.MeshSpecification.Attribute

パラメーター

javaReference
IntPtr

nativeint

適用対象

MeshSpecification.Attribute(MeshSpecificationType, Int32, String)

[Android.Runtime.Register(".ctor", "(IILjava/lang/String;)V", "", ApiSince=34)]
public Attribute (Android.Graphics.MeshSpecificationType type, int offset, string name);
[<Android.Runtime.Register(".ctor", "(IILjava/lang/String;)V", "", ApiSince=34)>]
new Android.Graphics.MeshSpecification.Attribute : Android.Graphics.MeshSpecificationType * int * string -> Android.Graphics.MeshSpecification.Attribute

パラメーター

offset
Int32
name
String
属性

適用対象