Interface IPixelTexture2D
Defines the interface to a 2D Texture which allows pixel manipulations
Implements
Namespace:
Assembly: .dll
Syntax
public interface IPixelTexture2D extends ITexture2D
Methods
getTextureFiltering()
Gets the sampling mode for this texture
Declaration
public abstract TextureFiltering getTextureFiltering()
Returns
| Type | Description |
|---|---|
| TextureFiltering | The sampling mode |