moved component out and about
This commit is contained in:
parent
75d55faa31
commit
75fb4c27f7
7 changed files with 59 additions and 29 deletions
|
@ -53,7 +53,7 @@ void lua_state::load_modules() {
|
|||
"x", scripting::property(scripting::resolve<const Scalar&() const>(&vector3d::x), &vector3d::set_x),
|
||||
"y", scripting::property(scripting::resolve<const Scalar&() const>(&vector3d::y), &vector3d::set_y),
|
||||
"z", scripting::property(scripting::resolve<const Scalar&() const>(&vector3d::z), &vector3d::set_z),
|
||||
"v",&vector3d::values,
|
||||
// "v",&vector3d::values,
|
||||
"clone",&vector3d::clone
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue