Extent3D
public final class Extent3D
A structure representing the width, height, and depth/layer count of a 3D region.
Summary
Public constructors |
|---|
Extent3D(int width, int height, int depthOrArrayLayers) |
Public methods |
|
|---|---|
final int |
|
final int |
The height of the extent. |
final int |
getWidth()The width of the extent. |
final void |
setDepthOrArrayLayers(int depthOrArrayLayers) |
final void |
setHeight(int height)The height of the extent. |
final void |
setWidth(int width)The width of the extent. |
Public constructors
Public methods
setDepthOrArrayLayers
Added in 1.0.0-alpha01
public final void setDepthOrArrayLayers(int depthOrArrayLayers)