9 lines
209 B
C++
Executable file
9 lines
209 B
C++
Executable file
#include "AngleIndicatorWidget.h"
|
|
|
|
UAngleIndicatorWidget::UAngleIndicatorWidget() {
|
|
this->pixelsPerAngle = 5.00f;
|
|
this->AlphaFade = 0.50f;
|
|
this->MinAngle = -35.00f;
|
|
this->MaxAngle = 35.00f;
|
|
}
|
|
|