UnityEngine.CppPropertyBodyAttribute.CppPropertyBodyAttribute C# (CSharp) Method

CppPropertyBodyAttribute() public method

public CppPropertyBodyAttribute ( string getterBody ) : System
getterBody string
return System
        public CppPropertyBodyAttribute(string getterBody)
        {
        }

Same methods

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