UnityEngine.CppPropertyAttribute.CppPropertyAttribute C# (CSharp) Method

CppPropertyAttribute() public method

public CppPropertyAttribute ( string getter ) : System
getter string
return System
        public CppPropertyAttribute(string getter)
        {
        }

Same methods

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