setAttr<R> abstract method

void setAttr<R>(
  1. AttributeKey<R> key,
  2. R value
)

Implementation

void setAttr<R>(AttributeKey<R> key, R value);