{{newin|[[0.8.0]]|080|type=enum}}
Usage hints for [[SpriteBatch]]es and [[Mesh]]es to optimize data storage and access.
== Constants ==
;dynamic: The object's data will change occasionally during its lifetime. 
;static: The object will not be modified after initial sprites or vertices are added.
;stream: The object data will always change between draws.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.newMesh]]
* [[love.graphics.newSpriteBatch]]
* [[parent::SpriteBatch]]
[[Category:Enums]]
{{#set:Description=Usage hints for [[SpriteBatch]]es and [[Mesh]]es.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|SpriteBatchUsage}}