C# Class UnityMidi.StreamingAssetResouce

Inheritance: IResource
Afficher le fichier Open project: n-yoda/unity-midi

Méthodes publiques

Méthode Description
DeleteAllowed ( ) : bool
DeleteResource ( ) : void
GetName ( ) : string
OpenResourceForRead ( ) : Stream
OpenResourceForWrite ( ) : Stream
ReadAllowed ( ) : bool
WriteAllowed ( ) : bool

Method Details

DeleteAllowed() public méthode

public DeleteAllowed ( ) : bool
Résultat bool

DeleteResource() public méthode

public DeleteResource ( ) : void
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

OpenResourceForRead() public méthode

public OpenResourceForRead ( ) : Stream
Résultat System.IO.Stream

OpenResourceForWrite() public méthode

public OpenResourceForWrite ( ) : Stream
Résultat System.IO.Stream

ReadAllowed() public méthode

public ReadAllowed ( ) : bool
Résultat bool

WriteAllowed() public méthode

public WriteAllowed ( ) : bool
Résultat bool