C# Class UnityTools.IO.UnityAgentDataType

Inheritance: IDisposable
Afficher le fichier Open project: NoxHarmonium/unity-tools Class Usage Examples

Protected Properties

Свойство Type Description
_httpContentType string

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetDataStream ( ) : Stream
UnityAgentDataType ( string httpContentType ) : System

Method Details

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

GetDataStream() public abstract méthode

public abstract GetDataStream ( ) : Stream
Résultat Stream

UnityAgentDataType() public méthode

public UnityAgentDataType ( string httpContentType ) : System
httpContentType string
Résultat System

Property Details

_httpContentType protected_oe property

protected string _httpContentType
Résultat string