ktx
Here are 89 public repositories matching this topic...
-
Updated
Feb 8, 2022 - Kotlin
The following glTF primitive modes are not implemented:
-TRIANGLE_STRIP
-TRIANGLE_FAN
Unity does not support those out of the box, so glTFast needs to generate indices (similar to how it creates them for missing indices on TRIANGLES mode primitives).
Unfortunately I've never encountered such a glT
-
Updated
Jan 18, 2022 - TypeScript
-
Updated
Jul 12, 2021 - Kotlin
-
Updated
Aug 22, 2017 - Kotlin
-
Updated
Feb 6, 2020 - C++
-
Updated
Feb 7, 2022 - C#
-
Updated
Oct 21, 2021 - C
-
Updated
May 15, 2019 - Kotlin
-
Updated
Feb 9, 2022 - C
Describe the bug
Images don't get deleted on deleting marker. Only the Uri gets deleted but not the actual image in the disk thus leading to duplicates and waste of space.
To Reproduce
Steps to reproduce the behavior:
- Add drawing
- Delete drawing
or - Add Marker with images
- Delete marker.
Expected behavior
On deletion of drawing > All drawing image and all nested
Write two separate sections:
- Common use-cases: Activity, Fragment, DialogFragment, View
- Additional use-cases
-
Updated
Feb 11, 2022 - Python
-
Updated
Jun 12, 2019 - Kotlin
-
Updated
Feb 11, 2022 - Pascal
-
Updated
Jun 9, 2020 - Kotlin
-
Updated
Feb 4, 2022 - Kotlin
-
Updated
Jul 13, 2021 - Kotlin
-
Updated
Oct 27, 2021 - HTML
Improve this page
Add a description, image, and links to the ktx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ktx topic, visit your repo's landing page and select "manage topics."
I wanted to change the style of a label on mouse hover.
onEnterworked fine:But there's no corresponding
onExitfunction. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,