getCachedConvexTrianglePillar method

HeightfieldPillar? getCachedConvexTrianglePillar(
  1. int xi,
  2. int yi,
  3. bool getUpperTriangle
)

Implementation

HeightfieldPillar? getCachedConvexTrianglePillar(int xi, int yi, bool getUpperTriangle){
  return _cachedPillars[getCacheConvexTrianglePillarKey(xi, yi, getUpperTriangle)];
}