For the complete documentation index, see llms.txt. This page is also available as Markdown.

OnSuccessAction

AnythingWorld.RequestParameter.OnSuccessAction

Declaration

public static RequestParameterOption OnSuccessAction(Action action)

Parameters

action

Action with void return type that will be invoked on successful request.

Declaration

public static RequestParameterOption OnSuccessAction(Action<CallbackInfo> action)

Parameters

action

Action with CallbackInfo return type that will be invoked on successful object request.

Description

Pass action into make process that will be invoked on a successful model creation.

Last updated

Was this helpful?