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