UnityTools.IO.UnityAgentDataType.UnityAgentDataType C# (CSharp) Méthode

UnityAgentDataType() public méthode

public UnityAgentDataType ( string httpContentType ) : System
httpContentType string
Résultat System
        public UnityAgentDataType(string httpContentType)
        {
            _httpContentType = httpContentType;
        }