public class PrTexture<T extends Texture> extends Object implements LockableResource
Modifier and Type | Method and Description |
---|---|
Rectangle |
getNativeBounds() |
T |
getTextureObject() |
boolean |
isLost() |
void |
lock() |
void |
unlock() |
public PrTexture(T tex)
public void lock()
lock
in interface LockableResource
public void unlock()
unlock
in interface LockableResource
public boolean isLost()
isLost
in interface LockableResource
public Rectangle getNativeBounds()
public T getTextureObject()
Copyright © 2020. All rights reserved.