mirror of https://github.com/axmolengine/axmol.git
[TestCpp/EffectsAdvancedTest] Adding getPosition method for Len3DTarget.
This commit is contained in:
parent
0c01711293
commit
001d3382a9
|
@ -131,7 +131,12 @@ public:
|
|||
{
|
||||
m_pLens3D->setPosition(var);
|
||||
}
|
||||
|
||||
|
||||
virtual const CCPoint& getPosition()
|
||||
{
|
||||
return m_pLens3D->getPosition();
|
||||
}
|
||||
|
||||
static Lens3DTarget* create(CCLens3D* pAction)
|
||||
{
|
||||
Lens3DTarget* pRet = new Lens3DTarget();
|
||||
|
|
Loading…
Reference in New Issue