mirror of https://github.com/axmolengine/axmol.git
45 lines
1.1 KiB
Lua
45 lines
1.1 KiB
Lua
|
|
--------------------------------
|
|
-- @module ActionCamera
|
|
--------------------------------
|
|
-- overload function: setEye(float, float, float)
|
|
--
|
|
-- overload function: setEye(kmVec3)
|
|
--
|
|
-- @function [parent=#ActionCamera] setEye
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #float float
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] getEye
|
|
-- @param self
|
|
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] setUp
|
|
-- @param self
|
|
-- @param #kmVec3 kmvec3
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] getCenter
|
|
-- @param self
|
|
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] setCenter
|
|
-- @param self
|
|
-- @param #kmVec3 kmvec3
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] getUp
|
|
-- @param self
|
|
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionCamera] ActionCamera
|
|
-- @param self
|
|
|
|
return nil
|