名称优化
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#include "../base/Memory.h"
|
||||
namespace renderive {
|
||||
RENDERIVE_DEFINE_RENDERABLE_BINDING(Axis, Axis_Private, Axis_Render_State, Axis_Input_Data, "Axis")
|
||||
RENDERIVE_DEFINE_STATE_PROP(Axis, Axis_Render_State, int, number_precision)
|
||||
RENDERIVE_DEFINE_STATE_PROP(Axis, Axis_Render_State, int, label_precision)
|
||||
RENDERIVE_DEFINE_STATE_PROP(Axis, Axis_Render_State, double, coord_start)
|
||||
double Axis::coord_length() {
|
||||
return d()->edit_state_value(&Axis_Render_State::coord_length);
|
||||
|
||||
Reference in New Issue
Block a user