C# Class PowerUI.DriveProtocol

This protocol is used if you have an image file on the screen. You must use file://pathToImage.png to access it. Nota that this will not work on all platforms (namely it won't work on webplayer)
Inheritance: PowerUI.FileProtocol
ファイルを表示 Open project: profK/powerui

Public Methods

Method Description
GetNames ( ) : string[]

Returns all protocol names:// that can be used for this protocol.

OnGetDataNow ( PowerUI.ContentPackage package ) : void

Get the raw file data.

Method Details

GetNames() public method

Returns all protocol names:// that can be used for this protocol.
public GetNames ( ) : string[]
return string[]

OnGetDataNow() public method

Get the raw file data.
public OnGetDataNow ( PowerUI.ContentPackage package ) : void
package PowerUI.ContentPackage
return void