ATTRIBUTE( NAME )
Returns the value of an attribute.
name
– Name of the attribute.
function init(){ let speed = this.attribute('Speed'); }
Returns the value of an attribute.
name
– Name of the attribute.
function init(){ let speed = this.attribute('Speed'); }