UnityTools.IO.UnityAgentDataType.UnityAgentDataType C# (CSharp) Method

UnityAgentDataType() public method

public UnityAgentDataType ( string httpContentType ) : System
httpContentType string
return System
        public UnityAgentDataType(string httpContentType)
        {
            _httpContentType = httpContentType;
        }