AdjustSpeed (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
<onlyinclude>{{Function| | <onlyinclude>{{Function| | ||
name = AdjustSpeed | name = AdjustSpeed | ||
|arguments = [[Float]] | |arguments = [[Float]] ''speed = 1'' | ||
|returns = n/a | |returns = n/a | ||
|description = This method allows you to change the speed of an animation while it is playing. | |description = This method allows you to change the speed of an animation while it is playing. | ||
|object = [[GBX.lua.AnimationTrack (Object)|AnimationTrack]] | |object = [[GBX.lua.AnimationTrack (Object)|AnimationTrack]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Revision as of 11:00, 20 September 2021
| Function | |
|---|---|
| Syntax | AdjustSpeed( Float speed = 1 ) |
| Returns | n/a |
| Description: | This method allows you to change the speed of an animation while it is playing. |
| In Object: | AnimationTrack |