private SlimProfilerEntry GetterImplEntityComponent()
 {
     return(!_owner.IsAllocated
         ? null
         : ProfilerData.EntityComponentEntry(_owner.Target as MyEntityComponentBase));
 }
Beispiel #2
0
 private static SlimProfilerEntry SingleMethodEntryProvider_EntityComponent(MyEntityComponentBase __instance, string __key)
 {
     return(ProfilerData.EntityComponentEntry(__instance)?.GetSlim(__key));
 }