diff options
author | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
commit | 7a20483f06624e82feb129c9e4c8fa13881a6a9f (patch) | |
tree | 82707e7546fe14d1b781a2e15f65f6ef976ac322 /src/libjin/graphics/animations/je_animator.cpp | |
parent | 7256d216ecf154d6418c1f3b36dd58a2b69b7827 (diff) |
*修改lua bind
Diffstat (limited to 'src/libjin/graphics/animations/je_animator.cpp')
-rw-r--r-- | src/libjin/graphics/animations/je_animator.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/graphics/animations/je_animator.cpp b/src/libjin/graphics/animations/je_animator.cpp index 9550116..e15dc90 100644 --- a/src/libjin/graphics/animations/je_animator.cpp +++ b/src/libjin/graphics/animations/je_animator.cpp @@ -113,6 +113,11 @@ namespace JinEngine } } + float Animator::getSpeed() + { + return mSpeed; + } + } } }
\ No newline at end of file |