AMFAnimationsService
GetAllAnimations
POST
https://moviestarplanet.com/Gateway.aspx?method=GetAllAnimations
Full endpoint: MovieStarPlanet.WebService.Animations.AMFAnimationsService.GetAllAnimations
Argument count: 1
Return type: List<AnimationsValueObject>
Request Body
excludeDragonbonesCompatible
bool
Exclude Dragonbones Compatible (default: false
)
UpdateAnimationCompatibility
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateAnimationCompatibility
Full endpoint: MovieStarPlanet.WebService.Animations.AMFAnimationsService.UpdateAnimationCompatibility
Argument count: 2
Return type: ServiceResult
Request Body
animationId
int
Animation Id
dragonbonesCompatible
bool
Dragonbones Compatible
UpdateAnimationLoopProperty
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateAnimationLoopProperty
Full endpoint: MovieStarPlanet.WebService.Animations.AMFAnimationsService.UpdateAnimationLoopProperty
Argument count: 2
Return type: ServiceResult
Request Body
animationId
int
Animation Id
isLoop
bool
Is Loop
Last updated