Instance Method
setNameFast(_:)setNameFast:setNameFast_
Sets the name without copying it or updating an owning layer.
Declaration
func setNameFast(_ name: String)Declaration
- (void) setNameFast:(NSString *) name;Declaration
setNameFast_(name: str)Discussion
Use this method only for a detached anchor or when managing the layer lookup and change notifications separately.
See Also
Anchor Identity
The name that determines the attachment role.