An open API service indexing awesome lists of open source software.

https://github.com/fuqunaga/labelnamepropertyattribute


https://github.com/fuqunaga/labelnamepropertyattribute

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# LabelNamePropertyAttribute

```
public class SampleClass : MonoBehaviour
{
[System.Serializable]
public class Element
{
public GameObject prefab;
}

public Element[] NoAttribute;

[LabelNameProperty("prefab")]
public Element[] HasAttribute;
}

```
![screenshot](sampleclass.png)