mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-14 03:40:21 +08:00
Added toImage method (#661)
This commit is contained in:
committed by
GitHub
parent
4e5b75eafb
commit
ec09ce0ce6
@@ -39,6 +39,8 @@ class _Composed {
|
||||
}
|
||||
|
||||
/// The [ImageComposition] allows for composing multiple images onto a single image.
|
||||
///
|
||||
/// **Note:** Composing images is a heavy async operation and should not be called on each [Game.render].
|
||||
class ImageComposition {
|
||||
/// The values that will be used to compose the image
|
||||
final List<_Composed> _composes = [];
|
||||
|
||||
Reference in New Issue
Block a user