-
Notifications
You must be signed in to change notification settings - Fork 17
texture_atlas
CapsAdmin edited this page Oct 26, 2014
·
12 revisions
- texture_atlas:Build()
- texture_atlas:DebugDraw()
- texture_atlas:Draw(id, x, y, w, h)
- texture_atlas:FindFreePage(w, h)
- texture_atlas:FindReferences()
- texture_atlas:GetCreationTime()
- texture_atlas:GetDebugTrace()
- texture_atlas:GetPadding(var)
- texture_atlas:GetPageTexture(id)
- texture_atlas:GetTextures()
- texture_atlas:GetUV(id)
- texture_atlas:Insert(id, data)
- texture_atlas:IsValid()
- texture_atlas:New(meta, tbl, skip_gc_callback)
- texture_atlas:Remove(...)
- texture_atlas:SetPadding(var)
- texture_atlas:__tostring()