API reference
API reference
Select your platform
No SDKs available
No versions available

URIAttribute

URIAttribute

class URIAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: <Error class: unknown class>) : TypedAbstractAttribute<<Error class: unknown class>>
An attribute that stores a URI value.
XML Usage Example:
<component name="Asset">
<URIAttribute name="assetUri" defaultValue="apk:///models/cube.glb" />
</component>

Constructors

NameSummary
URIAttribute
constructor(keyString: String, key: Int, component: ComponentBase, initialValue: <Error class: unknown class>)

Properties

NameSummary
value
var value: <Error class: unknown class>

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
get
open override fun get(): Any
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): <Error class: unknown class>
keyName
fun keyName(): String
set
open override fun set(value: Any)
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: <Error class: unknown class>)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon