TextureTester
public final class TextureTester
A data container for inspecting the properties of a Texture resource.
Summary
Public methods |
|
|---|---|
boolean |
|
final @NonNull Path |
@RequiresApi(value = 26)The path used to load this |
int |
hashCode() |
Public methods
getPath
Added in 1.0.0-beta01
@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.