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

Name
Type
Description

excludeDragonbonesCompatible

bool

Exclude Dragonbones Compatible (default: false)

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

UpdateAnimationCompatibility

POST https://moviestarplanet.com/Gateway.aspx?method=UpdateAnimationCompatibility

Full endpoint: MovieStarPlanet.WebService.Animations.AMFAnimationsService.UpdateAnimationCompatibility

Argument count: 2

Return type: ServiceResult

Request Body

Name
Type
Description

animationId

int

Animation Id

dragonbonesCompatible

bool

Dragonbones Compatible

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

UpdateAnimationLoopProperty

POST https://moviestarplanet.com/Gateway.aspx?method=UpdateAnimationLoopProperty

Full endpoint: MovieStarPlanet.WebService.Animations.AMFAnimationsService.UpdateAnimationLoopProperty

Argument count: 2

Return type: ServiceResult

Request Body

Name
Type
Description

animationId

int

Animation Id

isLoop

bool

Is Loop

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

Last updated