Uses of Class
zombie.core.skinnedmodel.model.ModelInstanceRenderData
Packages that use ModelInstanceRenderData
-
Uses of ModelInstanceRenderData in zombie
Methods in zombie with parameters of type ModelInstanceRenderDataModifier and TypeMethodDescriptionvoid
EffectsManager.initMuzzleFlashModel
(ModelInstanceRenderData modelInstanceRenderData0, IsoGameCharacter character, ModelInstanceRenderDataList modelInstanceRenderDataList, ModelManager.ModelSlot modelSlot) boolean
EffectsManager.postRender
(IsoGameCharacter character, ModelInstance modelInstance, ModelInstanceRenderData modelInstanceRenderData, ModelManager.ModelSlot modelSlot) -
Uses of ModelInstanceRenderData in zombie.core.skinnedmodel.model
Subclasses with type arguments of type ModelInstanceRenderData in zombie.core.skinnedmodel.modelMethods in zombie.core.skinnedmodel.model that return ModelInstanceRenderDataModifier and TypeMethodDescriptionstatic ModelInstanceRenderData
ModelInstanceRenderData.alloc()
ModelInstanceRenderData.init()
Methods in zombie.core.skinnedmodel.model with parameters of type ModelInstanceRenderDataModifier and TypeMethodDescriptionvoid
Model.DrawChar
(ModelSlotRenderData slotData, ModelInstanceRenderData instData) void
Model.DrawVehicle
(ModelSlotRenderData slotData, ModelInstanceRenderData instData) ModelInstanceDebugRenderData.init
(ModelSlotRenderData slotData, ModelInstanceRenderData instData) static void
ModelInstanceRenderData.release
(ModelInstanceRenderData modelInstanceRenderData) Method parameters in zombie.core.skinnedmodel.model with type arguments of type ModelInstanceRenderDataModifier and TypeMethodDescriptionstatic void
ModelInstanceRenderData.release
(ArrayList<ModelInstanceRenderData> objs) -
Uses of ModelInstanceRenderData in zombie.core.skinnedmodel.shader
Methods in zombie.core.skinnedmodel.shader with parameters of type ModelInstanceRenderDataModifier and TypeMethodDescriptionvoid
Shader.startCharacter
(ModelSlotRenderData slotData, ModelInstanceRenderData instData)