mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Used a cached Transform reference instead of using the .transform property. ( This is recommended by Unity Tech. .transform is actually shorthand for a component lookup: GetComponent<Transform>() )
Description
Languages
C#
20.3%
HTML
17%
C++
16.6%
C
10.4%
TypeScript
9.1%
Other
26.4%