ScriptGroup.Builder2(RenderScript) Constructor

Definition

Returns a Builder object

[Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "", ApiSince=23)]
public Builder2 (Android.Renderscripts.RenderScript? rs);
[<Android.Runtime.Register(".ctor", "(Landroid/renderscript/RenderScript;)V", "", ApiSince=23)>]
new Android.Renderscripts.ScriptGroup.Builder2 : Android.Renderscripts.RenderScript -> Android.Renderscripts.ScriptGroup.Builder2

Parameters

rs
RenderScript

the RenderScript context

Attributes

Remarks

Returns a Builder object

Java documentation for android.renderscript.ScriptGroup.Builder2.ScriptGroup$Builder2(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