UnityEngine.CppPropertyAttribute.CppPropertyAttribute C# (CSharp) 메소드

CppPropertyAttribute() 공개 메소드

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

Same methods

CppPropertyAttribute::CppPropertyAttribute ( string getter, string setter ) : System
CppPropertyAttribute