ArrayCubemapAttachment

class ArrayCubemapAttachment(    val index: Int,     val name: String?,     val arrayCubemap: ArrayCubemap,     val side: CubemapSide,     val layer: Int,     val level: Int) : ColorAttachment(source)

Constructors

Link copied to clipboard
constructor(index: Int, name: String?, arrayCubemap: ArrayCubemap, side: CubemapSide, layer: Int, level: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
val layer: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String