Back to Filament

CubemapFace

docs/android/dokka/filament-android/com.google.android.filament/-texture/-cubemap-face/index.md

1.75.01.7 KB
Original Source

//filament-android/com.google.android.filament/Texture/CubemapFace

CubemapFace

[main]
enum CubemapFace

Cubemap faces

Entries

POSITIVE_X[main]
POSITIVE_X
+x face
NEGATIVE_X[main]
NEGATIVE_X
-x face
POSITIVE_Y[main]
POSITIVE_Y
+y face
NEGATIVE_Y[main]
NEGATIVE_Y
-y face
POSITIVE_Z[main]
POSITIVE_Z
+z face
NEGATIVE_Z[main]
NEGATIVE_Z
-z face

Functions

NameSummary
valueOf[main]
open fun valueOf(name: String): Texture.CubemapFace
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values[main]
open fun values(): Array<Texture.CubemapFace>
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.