SetWindowIcons method
Label for RaylibCoreModuleBase.SetWindowIcons.
Implementation
String SetWindowIcons(
List<ImageBase> images,
) => 'SetWindowIcons(${images.map((i) => i.$state.internalId).join(', ')})';
Label for RaylibCoreModuleBase.SetWindowIcons.
String SetWindowIcons(
List<ImageBase> images,
) => 'SetWindowIcons(${images.map((i) => i.$state.internalId).join(', ')})';