Extent3D


class Extent3D


A structure representing the width, height, and depth/layer count of a 3D region.

Summary

Public constructors

Extent3D(width: Int, height: Int, depthOrArrayLayers: Int)

Public properties

Int
Int

The height of the extent.

Int

The width of the extent.

Public constructors

Extent3D

Added in 1.0.0-alpha01
Extent3D(width: Int, height: Int = 1, depthOrArrayLayers: Int = 1)

Public properties

depthOrArrayLayers

Added in 1.0.0-alpha01
var depthOrArrayLayersInt

height

Added in 1.0.0-alpha01
var heightInt

The height of the extent.

width

Added in 1.0.0-alpha01
var widthInt

The width of the extent.