8 lines
212 B
C++
Executable file
8 lines
212 B
C++
Executable file
#include "BTDecorator_InRangeEx.h"
|
|
|
|
UBTDecorator_InRangeEx::UBTDecorator_InRangeEx() {
|
|
this->MinRange = 0.00f;
|
|
this->MaxRange = 1000.00f;
|
|
this->GeometricDistanceType = FAIDistanceType::Distance3D;
|
|
}
|
|
|