C# 클래스 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)
상속: PowerUI.FileProtocol
파일 보기 프로젝트 열기: profK/powerui

공개 메소드들

메소드 설명
GetNames ( ) : string[]

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

OnGetDataNow ( PowerUI.ContentPackage package ) : void

Get the raw file data.

메소드 상세

GetNames() 공개 메소드

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

OnGetDataNow() 공개 메소드

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