C# 클래스 UnityCommonLibrary.Attributes.NoteAttribute

상속: UnityEngine.PropertyAttribute
파일 보기 프로젝트 열기: thebeardphantom/UnityCommonLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
text string
type MessageType

공개 메소드들

메소드 설명
NoteAttribute ( string note ) : UnityEngine
NoteAttribute ( string text, MessageType type ) : UnityEngine

메소드 상세

NoteAttribute() 공개 메소드

public NoteAttribute ( string note ) : UnityEngine
note string
리턴 UnityEngine

NoteAttribute() 공개 메소드

public NoteAttribute ( string text, MessageType type ) : UnityEngine
text string
type MessageType
리턴 UnityEngine

프로퍼티 상세

text 공개적으로 프로퍼티

public string text
리턴 string

type 공개적으로 프로퍼티

public MessageType type
리턴 MessageType