Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetCustomAttribute(string, string)

Sets a custom attribute with name and value.
Read time 1 minuteLast updated 9 days ago

Definition

public BaseAttribute SetCustomAttribute(string name, string value)

Parameters

name

Attribute name with namespace.

value

Attribute value.

Returns

Type

Description

BaseAttribute