Interface IsoRenderable

All Known Implementing Classes:
BaseVehicle, IsoAnimal, IsoAnimalTrack, IsoBall, IsoBarbecue, IsoBarricade, IsoBloodDrop, IsoBrokenGlass, IsoButcherHook, IsoCarBatteryCharger, IsoClothingDryer, IsoClothingWasher, IsoCombinationWasherDryer, IsoCompost, IsoCurtain, IsoDeadBody, IsoDoor, IsoDummyCameraCharacter, IsoFallingClothing, IsoFeedingTrough, IsoFire, IsoFireplace, IsoGameCharacter, IsoGenerator, IsoHutch, IsoJukebox, IsoLightSwitch, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoMannequin, IsoMolotovCocktail, IsoMovingObject, IsoObject, IsoPhysicsObject, IsoPlayer, IsoPushableObject, IsoRadio, IsoRaindrop, IsoRainSplash, IsoStackedWasherDryer, IsoStove, IsoSurvivor, IsoTelevision, IsoThumpable, IsoTrap, IsoTree, IsoWaveSignal, IsoWheelieBin, IsoWindow, IsoWindowFrame, IsoWorldInventoryObject, IsoZombie, IsoZombieGiblets, IsoZombieHead, RandomizedBuildingBase.HumanCorpse, SkyBox

public interface IsoRenderable
  • Method Details

    • setDoRender

      void setDoRender(boolean arg0)
    • getDoRender

      boolean getDoRender()
    • setSceneCulled

      void setSceneCulled(boolean arg0)
    • isSceneCulled

      boolean isSceneCulled()
    • render

      void render(float arg0, float arg1, float arg2, ColorInfo arg3, boolean arg4, boolean arg5, Shader arg6)