C# 클래스 UnityEngine.CppPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
CppPropertyAttribute ( string getter ) : System
CppPropertyAttribute ( string getter, string setter ) : System

메소드 상세

CppPropertyAttribute() 공개 메소드

public CppPropertyAttribute ( string getter ) : System
getter string
리턴 System

CppPropertyAttribute() 공개 메소드

public CppPropertyAttribute ( string getter, string setter ) : System
getter string
setter string
리턴 System