KPT 0.0.1
KPT Project Documentation
|
#include <FlockingManager.h>
Public 멤버 함수 | |
int32 | GetCellIndex (const FVector2D &Position) const |
TArray< int32 > | GetNearbyEntities (const FVector2D &Position, float Radius) const |
Public 속성 | |
float | CellSize = 150.0f |
TMap< int32, TArray< int32 > > | CellToEntities |
FlockingManager.h 파일의 23 번째 라인에서 정의되었습니다.
|
inline |
FlockingManager.h 파일의 33 번째 라인에서 정의되었습니다.
다음을 참조함 : CellSize, GetCellIndex().
다음에 의해서 참조됨 : GetCellIndex(), GetNearbyEntities().
|
inline |
FlockingManager.h 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : CellSize, CellToEntities, GetCellIndex().
float FSpatialHashGrid::CellSize = 150.0f |
FlockingManager.h 파일의 29 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetCellIndex(), GetNearbyEntities().
TMap<int32, TArray<int32> > FSpatialHashGrid::CellToEntities |
FlockingManager.h 파일의 31 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetNearbyEntities().