class StringAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: String) : TypedAbstractAttribute<String>
<component name="MyComponent"> <StringAttribute name="name" defaultValue="Player" /> </component>
| Name | Summary |
|---|---|
StringAttribute | constructor(keyString: String, key: Int, component: ComponentBase, initialValue: String) |
| Name | Summary |
|---|---|
value | var value: String |
| Name | Summary |
|---|---|
checkIfComponentIsOld | fun checkIfComponentIsOld() |
checkIfComponentIsRecycled | fun checkIfComponentIsRecycled() |
get | open override fun get(): Any |
getValue | operator fun getValue(thisRef: Any?, property: KProperty<*>): String |
keyName | fun keyName(): String |
set | open override fun set(value: Any) |
setValue | operator fun setValue(thisRef: Any?, property: KProperty<*>, value: String) |