C# Class EveryplayThumbnailPool, swip3

Inheritance: MonoBehaviour
Show file Open project: unit9/swip3 Class Usage Examples

Public Properties

Property Type Description
pixelPerfect bool
takeRandomShots bool
textureFormat TextureFormat
thumbnailCount int
thumbnailWidth int

Public Methods

Method Description
Awake ( ) : void
Destroy ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Initialize ( ) : void
OnReadyForRecording ( bool ready ) : void
OnRecordingStarted ( ) : void
OnThumbnailReady ( int id, bool portrait ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

pixelPerfect public property

public bool pixelPerfect
return bool

takeRandomShots public property

public bool takeRandomShots
return bool

textureFormat public property

public TextureFormat textureFormat
return TextureFormat

thumbnailCount public property

public int thumbnailCount
return int

thumbnailWidth public property

public int thumbnailWidth
return int