コード例 #1
0
 void Start()
 {
     Sliceable2D.AddGlobalEvent(OnSlice);
     Sliceable2D.AddGlobalResultEvent(AfterSlice);
 }