UnityEngine.CppBodyAttribute.CppBodyAttribute C# (CSharp) Method

CppBodyAttribute() public method

public CppBodyAttribute ( string body ) : System
body string
return System
        public CppBodyAttribute(string body)
        {
        }
    }
CppBodyAttribute