Skip to content

LoadAssetsStep

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class LoadAssetsStep : ActionStep

No description is available for this type.

public LoadAssetsStep()

No description is available for this member.

public override Task Run(List<ParameterValue> parameters)

Executes the step.

Parameters

Name Type Description
parameters System.Collections.Generic.List{Automator.ParameterValue}

Returns

System.Threading.Tasks.Task — No return description is available.

public override List<Tuple<string, ParameterValue>> GetParamOptions(StepParameter param, List<ParameterValue> parameters)

Gets options for a parameter. Override for dynamic options.

Parameters

Name Type Description
param Automator.StepParameter
parameters System.Collections.Generic.List{Automator.ParameterValue}

Returns

System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}} — No return description is available.