Sprite3D.frameCoords

Coordinates of the frame to display from sprite sheet. This is as an alias for the frame property. hframes or vframes must be greater than 1.

  1. Vector2 frameCoords [@property getter]
    struct Sprite3D
    @nogc nothrow @property
    Vector2
    frameCoords
    ()
  2. Vector2 frameCoords [@property setter]

Meta