예제 #1
0
 protected virtual Handle OnAllocateTouchHandle(CachedPool <Handle> pool)
 {
     return(new Handle());
 }
예제 #2
0
 void Awake()
 {
     this.touches = new CachedPool <Handle>(32, this.OnAllocateTouchHandle);
 }