parent
4b3cf3e249
commit
8e16e1069b
|
|
@ -29,10 +29,10 @@ skip_commits:
|
||||||
|
|
||||||
only_commits:
|
only_commits:
|
||||||
files:
|
files:
|
||||||
- /**\/*\.(h|hpp|cpp)/
|
- projects/
|
||||||
- /**\/*\.(sln|vcxproj|rc)/
|
- src/
|
||||||
- /scripts\/**\/*\.ps1/
|
- scripts/**/*.ps1
|
||||||
- 'appveyor.yml'
|
- appveyor.yml
|
||||||
|
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
|
|
|
||||||
|
|
@ -183,16 +183,6 @@ namespace kiwano
|
||||||
return TweenHelper(new kiwano::ActionRotateTo(0, rotation));
|
return TweenHelper(new kiwano::ActionRotateTo(0, rotation));
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline TweenHelper
|
|
||||||
Path(
|
|
||||||
GeometryPtr geo, /* 几何图形 */
|
|
||||||
bool rotating = false, /* 沿路径切线方向旋转 */
|
|
||||||
float start = 0.f, /* 起点 */
|
|
||||||
float end = 1.f) /* 终点 */
|
|
||||||
{
|
|
||||||
return TweenHelper(new kiwano::ActionPath(0, geo, rotating, start, end));
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline TweenHelper
|
static inline TweenHelper
|
||||||
Animation(FramesPtr frames)
|
Animation(FramesPtr frames)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue