C# Class UnityCommonLibrary.Attributes.NoteAttribute

Inheritance: UnityEngine.PropertyAttribute
Afficher le fichier Open project: thebeardphantom/UnityCommonLibrary Class Usage Examples

Méthodes publiques

Свойство Type Description
text string
type MessageType

Méthodes publiques

Méthode Description
NoteAttribute ( string note ) : UnityEngine
NoteAttribute ( string text, MessageType type ) : UnityEngine

Method Details

NoteAttribute() public méthode

public NoteAttribute ( string note ) : UnityEngine
note string
Résultat UnityEngine

NoteAttribute() public méthode

public NoteAttribute ( string text, MessageType type ) : UnityEngine
text string
type MessageType
Résultat UnityEngine

Property Details

text public_oe property

public string text
Résultat string

type public_oe property

public MessageType type
Résultat MessageType