Logo


search API (or start typing anywhere)


Assets

snow.core.native.assets.Assets defined in ``


class
implements snow.modules.interfaces.Assets
meta: @:keep, @:allow(snow.systems.assets.Assets)


 

Members


Methods


image_info_from_bytes
image_info_from_bytes(_id:String, _bytes:snow.api.buffers.Uint8Array, _components:Int) : snow.api.Promise

image_info_from_bytes_direct

image_info_from_bytes_direct(_id:String, _bytes:snow.api.buffers.Uint8Array, _components:Int) : snow.types.ImageData

image_info_from_load

image_info_from_load(_path:String, _components:Int) : snow.api.Promise

image_info_from_load_direct

image_info_from_load_direct(_path:String, _components:Int) : snow.types.ImageData

image_info_from_pixels

image_info_from_pixels(_id:String, _width:Int, _height:Int, _pixels:snow.api.buffers.Uint8Array, _bpp:Int) : snow.types.ImageData