Uses of Class
zombie.core.utils.WrappedBuffer
Packages that use WrappedBuffer
-
Uses of WrappedBuffer in zombie.core.textures
Fields in zombie.core.textures declared as WrappedBufferMethods in zombie.core.textures that return WrappedBufferModifier and TypeMethodDescriptionSmartTexture.getData()
Description copied from class: TextureTexture.getData()
returns the texture's pixel in a ByteBufferTextureID.getData()
Methods in zombie.core.textures with parameters of type WrappedBufferConstructors in zombie.core.textures with parameters of type WrappedBufferModifierConstructorDescriptionImageData
(int _width, int _height, WrappedBuffer _data) ImageData
(TextureID texture, WrappedBuffer bb) protected
Mask
(Texture texture, WrappedBuffer wrappedBuffer) MipMapLevel
(int _width, int _height, WrappedBuffer _data) -
Uses of WrappedBuffer in zombie.core.utils
Methods in zombie.core.utils that return WrappedBuffer -
Uses of WrappedBuffer in zombie.interfaces
Methods in zombie.interfaces that return WrappedBufferModifier and TypeMethodDescriptionITexture.getData()
returns the texture's pixel in a ByteBuffer EXAMPLE: