C# 클래스 UnityEngine.TooltipAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
tooltip string

공개 메소드들

메소드 설명
TooltipAttribute ( string tooltip ) : System

Specify a tooltip for a field.

메소드 상세

TooltipAttribute() 공개 메소드

Specify a tooltip for a field.

public TooltipAttribute ( string tooltip ) : System
tooltip string The tooltip text.
리턴 System

프로퍼티 상세

tooltip 공개적으로 프로퍼티

The tooltip text.

public string tooltip
리턴 string