Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class MapProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getFile")
@set:JvmName(name = "setFile")
var file: String

string file = 1;

Link copied to clipboard
@get:JvmName(name = "getMapMap")
val map: DslMap<String, String, AssetBundleKt.RewriteMapKt.Dsl.MapProxy>

map<string, string> map = 2;

Functions

Link copied to clipboard

map<string, string> map = 2;

Link copied to clipboard
fun clearFile()

string file = 1;

Link copied to clipboard
@JvmName(name = "putMap")
fun DslMap<String, String, AssetBundleKt.RewriteMapKt.Dsl.MapProxy>.put(key: String, value: String)

map<string, string> map = 2;

Link copied to clipboard

map<string, string> map = 2;

Link copied to clipboard

map<string, string> map = 2;

Link copied to clipboard
@JvmName(name = "setMap")
inline operator fun DslMap<String, String, AssetBundleKt.RewriteMapKt.Dsl.MapProxy>.set(key: String, value: String)

map<string, string> map = 2;