public final class TextureTester


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

Summary

Public methods

boolean
equals(Object other)
final @NonNull Path
@RequiresApi(value = 26)
getPath()

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

int

Public methods

equals

public boolean equals(Object other)

getPath

Added in 1.0.0-alpha16
@RequiresApi(value = 26)
public final @NonNull Path getPath()

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.

hashCode

public int hashCode()