Mesh.AllocationBuilder Constructors

Definition

Overloads

Mesh.AllocationBuilder(RenderScript)
Obsolete.

This member is deprecated.

Mesh.AllocationBuilder(IntPtr, JniHandleOwnership)

Mesh.AllocationBuilder(RenderScript)

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "")]
[System.Obsolete("deprecated")]
public AllocationBuilder (Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Renderscripts.Mesh.AllocationBuilder : Android.Renderscripts.RenderScript -> Android.Renderscripts.Mesh.AllocationBuilder

Parameters

Attributes

Remarks

This member is deprecated. in API 16

Java documentation for android.renderscript.Mesh.AllocationBuilder.Mesh$AllocationBuilder(android.renderscript.RenderScript).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Mesh.AllocationBuilder(IntPtr, JniHandleOwnership)

protected AllocationBuilder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.Mesh.AllocationBuilder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.Mesh.AllocationBuilder

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to