Example #1
0
 internal NativeArray <NavMeshAgent> GetAllNavMeshAgent(E_EntityOfNavMeshAgent entity)
 {
     switch (entity)
     {
     }
     return(new NativeArray <NavMeshAgent>());
 }
Example #2
0
 internal NativeArray <int> GetAllNavMeshAgent_Pad(E_EntityOfNavMeshAgent entity, FuncEntityFilter <Entity> filterFunc, out int length)
 {
     switch (entity)
     {
     }
     length = 0; return(new NativeArray <int>());
 }
 public NativeArray <int> GetAllNavMeshAgent_Pad(EAllocatorType allocatorType, E_EntityOfNavMeshAgent entity, FuncEntityFilter <Entity> filterFunc, out int length)
 {
     var val = _entities.GetAllNavMeshAgent_Pad(entity, filterFunc, out length); _RegisterAry(allocatorType, ref val);; return(val);
 }
 public NativeArray <int> GetAllNavMeshAgent_Pad(EAllocatorType allocatorType, E_EntityOfNavMeshAgent entity)
 {
     var val = _entities.GetAllNavMeshAgent_Pad(entity); _RegisterAry(allocatorType, ref val);; return(val);
 }