Mesh.AllocationBuilder Constructors

Definition

Overloads

Mesh.AllocationBuilder(RenderScript)
Obsolete.
Mesh.AllocationBuilder(IntPtr, JniHandleOwnership)

Mesh.AllocationBuilder(RenderScript)

Caution

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

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

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