class

GSDL::Draw::DrawGeometryCommand

Inherits GSDL::Draw::DrawCommand < Reference < Object

Constructors

new(z_index : Int32, vertices : Array(Vertex), indices : Array(Int32), scale_x : Float32, scale_y : Float32, texture : SDL3::Texture | Nil = nil, atlas_rect : FRect | Nil = nil, atlas_handle : SDL3::Texture | Nil = nil, clip_rect : SDL3::Rect | Nil = nil, sort_y : Float32 | Nil = nil)
Source

Instance methods

atlas_handle
Source
atlas_handle=(atlas_handle : SDL3::Texture | Nil)
Source
atlas_rect
Source
atlas_rect=(atlas_rect : FRect | Nil)
Source
clipped_out?
Source
indices
Source
indices=(indices : Array(Int32))
Source
sort_y
Source
sort_y=(sort_y : Float32 | Nil)
Source
texture
Source
texture=(texture : SDL3::Texture | Nil)
Source
vertices
Source
vertices=(vertices : Array(Vertex))
Source