PartialGraphic
Common features shared by Pose and NinePatch.
A partial texture is a rectangular region of a Graphic.
Inheritors
Properties
Together with graphicTop, graphicLeft and graphicWidth, determines the rectangular region within the graphic.
Together with graphicTop, graphicWidth, graphicHeight, determines the rectangular region within the graphic. Measured in pixels, with (0,0) being at the top left of the image.
Only valid while the .kyd file is being loaded. Once loaded, resolveReferences is called, and afterward, graphicPath is reset to blank and no longer used.
Together with graphicLeft, graphicWidth, graphicHeight, determines the rectangular region within the graphic. Measured in pixels, with (0,0) being at the top left of the image. NOTE. Almost all other coordinates have the Y axis pointing upwards, whereas here, the Y axis points downwards.
Together with graphicTop, graphicLeft and graphicHeight, determines the rectangular region within the graphic.
When we animate an Actor, we change the actor's position (Actor.position)