parent
4b3cf3e249
commit
8e16e1069b
|
|
@ -29,10 +29,10 @@ skip_commits:
|
|||
|
||||
only_commits:
|
||||
files:
|
||||
- /**\/*\.(h|hpp|cpp)/
|
||||
- /**\/*\.(sln|vcxproj|rc)/
|
||||
- /scripts\/**\/*\.ps1/
|
||||
- 'appveyor.yml'
|
||||
- projects/
|
||||
- src/
|
||||
- scripts/**/*.ps1
|
||||
- appveyor.yml
|
||||
|
||||
for:
|
||||
-
|
||||
|
|
|
|||
|
|
@ -183,16 +183,6 @@ namespace kiwano
|
|||
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
|
||||
Animation(FramesPtr frames)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue