set
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.set(index: Int, value: String)
Tokens for direct dependencies.
Content copied to clipboard
repeated string direct = 1;
Parameters
index
The index to set the value at.
value
The direct to set.
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.set(index: Int, value: String)
Tokens for transitive dependencies.
Content copied to clipboard
repeated string transitive = 2;
Parameters
index
The index to set the value at.
value
The transitive to set.