C# 클래스 UnityEngine.DisplayAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: Zhang-DongSheng/Game

공개 프로퍼티들

프로퍼티 타입 설명
active bool
name string

공개 메소드들

메소드 설명
DisplayAttribute ( string name = null, bool active = true ) : System

메소드 상세

DisplayAttribute() 공개 메소드

public DisplayAttribute ( string name = null, bool active = true ) : System
name string
active bool
리턴 System

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string