Method | Description | |
---|---|---|
isCaptureAvailable ( ) : bool | ||
pauseVideoTexture ( ) : void | ||
setExposureMode ( ARExposureMode mode ) : void | ||
setFocusMode ( ARFocusMode mode ) : void | ||
startCameraCapture ( bool useFrontCameraIfAvailable, ARQuality quality ) : |
||
startVideoTexturePlayback ( string filename, int width, int height, bool shouldLoop ) : |
||
stopCameraCapture ( ) : void | ||
stopVideoTexture ( ) : void | ||
unpauseVideoTexture ( ) : void | ||
updateMaterialUVScaleForTexture ( Material material, |
Method | Description | |
---|---|---|
_arIsCaptureAvailable ( ) : bool | ||
_arPauseVideoTexturePlayback ( ) : void | ||
_arSetExposureMode ( int exposureMode ) : void | ||
_arSetFocusMode ( int focusMode ) : void | ||
_arStartCameraCapture ( bool useFrontCameraIfAvailable, bool useLowQuality, int textureId ) : void | ||
_arStartVideoTexturePlayback ( string filename, int textureId, bool shouldLoop ) : void | ||
_arStopCameraCapture ( ) : void | ||
_arStopVideoTexturePlayback ( ) : void | ||
_arUnpauseVideoTexturePlayback ( ) : void | ||
nearestPowerOfTwo ( float number ) : int |
public static setExposureMode ( ARExposureMode mode ) : void | ||
mode | ARExposureMode | |
return | void |
public static setFocusMode ( ARFocusMode mode ) : void | ||
mode | ARFocusMode | |
return | void |
public static startCameraCapture ( bool useFrontCameraIfAvailable, ARQuality quality ) : |
||
useFrontCameraIfAvailable | bool | |
quality | ARQuality | |
return |
public static startVideoTexturePlayback ( string filename, int width, int height, bool shouldLoop ) : |
||
filename | string | |
width | int | |
height | int | |
shouldLoop | bool | |
return |
public static updateMaterialUVScaleForTexture ( Material material, |
||
material | Material | |
texture | ||
return | void |