This website requires JavaScript.
Explore
Help
Sign In
AlicizaX
/
com.alicizax.unity.ui.extension
Watch
1
Star
0
Fork
0
You've already forked com.alicizax.unity.ui.extension
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b50ab115a9
com.alicizax.unity.ui.exten...
/
Runtime
/
RecyclerView
/
ObjectPool
/
IPooledObject.cs
8 lines
94 B
C#
Raw
Normal View
History
Unescape
Escape
修改
2025-12-26 14:22:46 +08:00
namespace
AlicizaX.UI
modify
2025-05-28 19:37:38 +08:00
{
修改
2025-12-26 14:22:46 +08:00
public
interface
IPooledObject
modify
2025-05-28 19:37:38 +08:00
{
void
Free
(
)
;
}
}
Reference in New Issue
Copy Permalink