Type

DrawTextureOpt

: RenderProps & {

tex

: Texture

width

?: number

height

?: number

tiled

?: boolean

flipX

?: boolean

flipY

?: boolean

quad

?: Quad

anchor

?: Anchor | Vec2
}