class TextureTester


A data container for inspecting the properties of a Texture resource.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Path

The path used to load this Texture, relative to the application's assets/ folder.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

path

Added in 1.0.0-alpha16
val pathPath

The path used to load this Texture, relative to the application's assets/ folder.

This matches the path parameter provided in Texture.create.

This value is guaranteed to be a relative path string pointing to a texture asset within the assets/ directory (e.g., "models/texture.png") or a valid URL.