AddAttributes(IEnumerable<Attribute>)
Adds a set of attributes to the property.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
protected void AddAttributes(IEnumerable<Attribute> attributes)
Parameters
The attributes to add.