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

CppPropertyBodyAttribute() 공개 메소드

public CppPropertyBodyAttribute ( string getterBody ) : System
getterBody string
리턴 System
        public CppPropertyBodyAttribute(string getterBody)
        {
        }

Same methods

CppPropertyBodyAttribute::CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System
CppPropertyBodyAttribute