new ()
alpha:Float
color:Color = Color.White
read onlyisVisible:Bool
localAlpha:Float
visible:Bool = true
draw (graphics:Graphics):Void
generateTexture (?g:Graphics):Texture
postDraw (g:Graphics):Void
preDraw (g:Graphics):Void
update (dt:Float):Void
staticinline create ():DrawComponent
staticinline getPool ():Pool<DrawComponent>
read only__typeName__:String
read only__type__:Class<Component>
entity:Entity
name:String
onAddedToEntity:Event<Entity ‑> Void>
onRemovedFromEntity:Event<Entity ‑> Void>
read onlyid:Int = Gecko.getUniqueID()
read onlyisAlreadyDestroyed:Bool = false
inline toString ():String