mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Merge branch 'dev' of https://github.com/DCFApixels/DragonECS into dev
This commit is contained in:
commit
9e465588d4
@ -161,6 +161,8 @@ namespace DCFApixels.DragonECS
|
|||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
public static explicit operator long(in entlong a) => a.full;
|
public static explicit operator long(in entlong a) => a.full;
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
|
public static explicit operator int(in entlong a) => a.ID;
|
||||||
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
public static explicit operator entlong(in long a) => new entlong(a);
|
public static explicit operator entlong(in long a) => new entlong(a);
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user