Back to Filament

height

docs/android/dokka/filament-android/com.google.android.filament/-texture/-builder/height.md

1.75.0535 B
Original Source

//filament-android/com.google.android.filament/Texture/Builder/height

height

[main]
open fun height(height: Int): Texture.Builder

Specifies the height of the texture in texels.

Return

This Builder, for chaining calls.

Parameters

main

heighttexture height in texels, must be at least 1. Default is 1.