AddScripts
AnythingWorld.RequestParameter.AddScripts
Declarations
public static RequestParameterOption AddScripts(params Type[] scriptTypes)
public static RequestParameterOption AddScripts(params MonoBehaviour[] monobehaviours)
Parameters
scriptTypes
Types of scripts to be added to object. (must be derived from MonoBehaviour)
monobehaviours
MonoBehaviour scripts to be added to object.
Description
Specify scripts to add to object after creation process completed.
Last updated
Was this helpful?