update internal code

This commit is contained in:
mob-sakai
2026-06-08 13:27:27 +09:00
parent 00be26d4ce
commit d03bf19b08
10 changed files with 31 additions and 49 deletions

View File

@@ -184,7 +184,7 @@ namespace Coffee.UIParticleInternal
/// <summary>
/// Verify whether it can be converted to the specified component.
/// </summary>
internal static bool CanConvertTo<T>(this Object context) where T : MonoBehaviour
internal static bool CanConvertTo<T>(this Object context) where T : MonoBehaviour
{
return context != null && context.GetType() != typeof(T);
}