C# Class UnityCommonLibrary.Attributes.NoteAttribute

Inheritance: UnityEngine.PropertyAttribute
Show file Open project: thebeardphantom/UnityCommonLibrary Class Usage Examples

Public Properties

Property Type Description
text string
type MessageType

Public Methods

Method Description
NoteAttribute ( string note ) : UnityEngine
NoteAttribute ( string text, MessageType type ) : UnityEngine

Method Details

NoteAttribute() public method

public NoteAttribute ( string note ) : UnityEngine
note string
return UnityEngine

NoteAttribute() public method

public NoteAttribute ( string text, MessageType type ) : UnityEngine
text string
type MessageType
return UnityEngine

Property Details

text public property

public string text
return string

type public property

public MessageType type
return MessageType