コード例 #1
0
 /// <summary>
 /// Remove retain with check null this sprite collection.
 /// </summary>
 public static void RemoveRetain(this tk2dSpriteCollectionData platfrom, MonoBehaviour sender)
 {
     if (platfrom)
     {
         platfrom.RemoveRetainCount(sender);
     }
 }