Uses of Interface
zombie.interfaces.ITexture
Packages that use ITexture
Package
Description
-
Uses of ITexture in zombie.characterTextures
Classes in zombie.characterTextures that implement ITextureModifier and TypeClassDescriptionfinal class
Created by LEMMY on 6/30/2016.final class
-
Uses of ITexture in zombie.core.fonts
Classes in zombie.core.fonts that implement ITexture -
Uses of ITexture in zombie.core.textures
Classes in zombie.core.textures that implement ITextureModifier and TypeClassDescriptionclass
Created by LEMMY on 6/30/2016.class
class
Methods in zombie.core.textures that return ITextureModifier and TypeMethodDescriptionTextureFBO.getDepthTexture()
TextureFBO.getTexture()
TextureFBODepth.getTexture()
Methods in zombie.core.textures with parameters of type ITextureModifier and TypeMethodDescriptionvoid
void
TextureFBO.swapTexture
(ITexture newTex) void
TextureFBODepth.swapTexture
(ITexture texturex) void
TextureFBO.swapTextureAndDepth
(ITexture texture0, ITexture texture1) Constructors in zombie.core.textures with parameters of type ITextureModifierConstructorDescriptionMask
(ITexture texture, BooleanGrid _mask) TextureFBO
(ITexture destination) TextureFBO
(ITexture destination, boolean bUseStencil) TextureFBO
(ITexture texture0, ITexture texture1, boolean boolean0) TextureFBODepth
(ITexture texturex) -
Uses of ITexture in zombie.iso
Methods in zombie.iso that return ITextureModifier and TypeMethodDescriptionParticlesFire.getFireFlameTexture()
ParticlesFire.getFireSmokeTexture()
IsoPuddles.getHMTexture()
IsoWater.getTextureBottom()
-
Uses of ITexture in zombie.iso.sprite
Methods in zombie.iso.sprite that return ITexture