C# Class UnityCommonLibrary.Attributes.DisplayNameAttribute

Inheritance: UnityEngine.PropertyAttribute
Exibir arquivo Open project: thebeardphantom/UnityCommonLibrary

Public Methods

Method Description
DisplayNameAttribute ( string name ) : System

Makes this field display with a different name in the Inspector

Method Details

DisplayNameAttribute() public method

Makes this field display with a different name in the Inspector
public DisplayNameAttribute ( string name ) : System
name string
return System