libgdx difference between sprite and actor

前端 未结 2 1264
夕颜
夕颜 2021-01-31 15:58

I\'m just going through the javadoc and various tutorials on libgdx and I\'m at the stage of trying to figure out differences between various concepts that seem similar to me or

2条回答
  •  萌比男神i
    2021-01-31 16:45

    It is more or less matter of taste. If you want to use actions and stage, use actors. Actors cannot be drawn directly, you need to override draw method. Inside draw you can use sprites.

提交回复
热议问题