C# Class UnityMidi.StreamingAssetResouce

Inheritance: IResource
Mostra file Open project: n-yoda/unity-midi

Public Methods

Method Description
DeleteAllowed ( ) : bool
DeleteResource ( ) : void
GetName ( ) : string
OpenResourceForRead ( ) : Stream
OpenResourceForWrite ( ) : Stream
ReadAllowed ( ) : bool
WriteAllowed ( ) : bool

Method Details

DeleteAllowed() public method

public DeleteAllowed ( ) : bool
return bool

DeleteResource() public method

public DeleteResource ( ) : void
return void

GetName() public method

public GetName ( ) : string
return string

OpenResourceForRead() public method

public OpenResourceForRead ( ) : Stream
return System.IO.Stream

OpenResourceForWrite() public method

public OpenResourceForWrite ( ) : Stream
return System.IO.Stream

ReadAllowed() public method

public ReadAllowed ( ) : bool
return bool

WriteAllowed() public method

public WriteAllowed ( ) : bool
return bool