Dsl
class Dsl
Types
Properties
Functions
Link copied to clipboard
repeated string direct = 1;
repeated string transitive = 2;
Link copied to clipboard
fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.addAll(values: Iterable<String>)
repeated string direct = 1;
fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.addAll(values: Iterable<String>)
repeated string transitive = 2;
Link copied to clipboard
repeated string direct = 1;
repeated string transitive = 2;
Link copied to clipboard
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.plusAssign(value: String)
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.plusAssign(values: Iterable<String>)
repeated string direct = 1;
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.plusAssign(value: String)
inline operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.plusAssign(values: Iterable<String>)
repeated string transitive = 2;
Link copied to clipboard
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.DirectProxy>.set(index: Int, value: String)
repeated string direct = 1;
operator fun DslList<String, AssetBundleKt.AssetDependenciesKt.Dsl.TransitiveProxy>.set(index: Int, value: String)
repeated string transitive = 2;