mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-22 01:45:55 +08:00
rename ToMeta to GetMeta
This commit is contained in:
parent
b1192d32d9
commit
48014f3b73
@ -322,7 +322,11 @@ namespace DCFApixels.DragonECS
|
|||||||
#endif
|
#endif
|
||||||
return EcsDebugUtility.GetTypeMeta(self);
|
return EcsDebugUtility.GetTypeMeta(self);
|
||||||
}
|
}
|
||||||
public static TypeMeta ToMeta(this Type self)
|
public static TypeMeta GetMeta(this Type self)
|
||||||
|
{
|
||||||
|
return EcsDebugUtility.GetTypeMeta(self);
|
||||||
|
}
|
||||||
|
public static TypeMeta GetMeta(this RuntimeTypeHandle self)
|
||||||
{
|
{
|
||||||
return EcsDebugUtility.GetTypeMeta(self);
|
return EcsDebugUtility.GetTypeMeta(self);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user