Package zombie.iso.sprite
Class IsoSpriteInstance
java.lang.Object
zombie.iso.sprite.IsoSpriteInstance
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
boolean
boolean
boolean
boolean
float
boolean
boolean
float
float
float
static final ObjectPool
float
float
float
float
float
float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
add
(IsoSpriteInstance spriteInstance) void
Dispose()
static IsoSpriteInstance
float
getAlpha()
float
getFrame()
int
getID()
getName()
float
float
float
float
getTintB()
float
getTintG()
float
getTintR()
boolean
boolean
boolean
void
render
(IsoObject object, float float1, float float2, float float3, IsoDirections directions, float float4, float float5, ColorInfo colorInfo) void
RenderGhostTileColor
(int int1, int int2, int int3, float float1, float float2, float float3, float float4) protected void
renderprep
(IsoObject object) void
scaleAspect
(float float1, float float2, float float3, float float4) void
SetAlpha
(float float1) void
setFrameSpeedPerFrame
(float float1) void
setScale
(float float1, float float2) void
SetTargetAlpha
(float float1) void
update()
-
Field Details
-
pool
-
parentSprite
-
tintb
public float tintb -
tintg
public float tintg -
tintr
public float tintr -
Frame
public float Frame -
alpha
public float alpha -
targetAlpha
public float targetAlpha -
bCopyTargetAlpha
public boolean bCopyTargetAlpha -
bMultiplyObjectAlpha
public boolean bMultiplyObjectAlpha -
Flip
public boolean Flip -
offZ
public float offZ -
offX
public float offX -
offY
public float offY -
AnimFrameIncrease
public float AnimFrameIncrease -
Looped
public boolean Looped -
Finished
public boolean Finished -
NextFrame
public boolean NextFrame -
scaleX
public float scaleX -
scaleY
public float scaleY
-
-
Constructor Details
-
IsoSpriteInstance
public IsoSpriteInstance() -
IsoSpriteInstance
-
-
Method Details
-
get
-
setFrameSpeedPerFrame
public void setFrameSpeedPerFrame(float float1) -
getID
public int getID() -
getName
-
getParentSprite
-
getTintR
public float getTintR() -
getTintG
public float getTintG() -
getTintB
public float getTintB() -
getAlpha
public float getAlpha() -
getTargetAlpha
public float getTargetAlpha() -
isCopyTargetAlpha
public boolean isCopyTargetAlpha() -
isMultiplyObjectAlpha
public boolean isMultiplyObjectAlpha() -
render
public void render(IsoObject object, float float1, float float2, float float3, IsoDirections directions, float float4, float float5, ColorInfo colorInfo) -
SetAlpha
public void SetAlpha(float float1) -
SetTargetAlpha
public void SetTargetAlpha(float float1) -
update
public void update() -
renderprep
-
getFrame
public float getFrame() -
isFinished
public boolean isFinished() -
Dispose
public void Dispose() -
RenderGhostTileColor
public void RenderGhostTileColor(int int1, int int2, int int3, float float1, float float2, float float3, float float4) -
setScale
public void setScale(float float1, float float2) -
getScaleX
public float getScaleX() -
getScaleY
public float getScaleY() -
scaleAspect
public void scaleAspect(float float1, float float2, float float3, float float4) -
add
-