<p>See the base [page:Loader] class for common properties.</p>
+ <h3>[property:Boolean isImageBitmapLoader]</h3>
+ <p>
+ Read-only flag to check whether a given object is of type [name].
+ </p>
+
<h3>[property:String options]</h3>
<p>An optional object that sets options for the internally used [link:https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/createImageBitmap createImageBitmap] factory method. Default is *undefined*.</p>
When drawing 2D overlays it can be useful to disable the depth writing in order to layer several things together without creating z-index artifacts.
</p>
+ <h3>[property:Boolean isMaterial]</h3>
+ <p>
+ Read-only flag to check whether a given object is of type [name].
+ </p>
+
<h3>[property:Boolean stencilWrite]</h3>
<p>
Whether stencil operations are performed against the stencil buffer. In order to perform writes or comparisons against the stencil buffer this value must be *true*. Default is *false*.
<p>The color parameter is passed to the [page:Color] constructor to set the color property. Color can be a hexadecimal integer or a CSS-style string.</p>
<h2>Properties</h2>
+ <h3>[property:Boolean isFogExp2]</h3>
+ <p>
+ Read-only flag to check whether a given object is of type [name].
+ </p>
+
<h3>[property:String name]</h3>
<p>Optional name of the object (doesn't need to be unique). Default is an empty string.</p>
+ Read-only flag to check whether a given object is of type [name].
+ </p>
+
<h3>[property:Boolean stencilWrite]</h3>
<p>
Whether stencil operations are performed against the stencil buffer. In order to perform writes or comparisons against the stencil buffer this value must be *true*. Default is *false*.