Свойство | Тип | Описание | |
---|---|---|---|
m_videoOverlayTextureCb | |||
m_videoOverlayTextureCr | |||
m_videoOverlayTextureY |
Метод | Описание | |
---|---|---|
ResizeAll ( int yPlaneWidth, int yPlaneHeight, int uvPlaneWidth, int uvPlaneHeight ) : void |
Resizes all yuv texture planes.
|
|
YUVTexture ( int yPlaneWidth, int yPlaneHeight, int uvPlaneWidth, int uvPlaneHeight, TextureFormat format, bool mipmap ) : System |
Initializes a new instance of the Tango.YUVTexture class. NOTE : Texture resolutions will be reset by the API. The sizes passed into the constructor are not guaranteed to persist when running on device.
|
public ResizeAll ( int yPlaneWidth, int yPlaneHeight, int uvPlaneWidth, int uvPlaneHeight ) : void | ||
yPlaneWidth | int | Y plane width. |
yPlaneHeight | int | Y plane height. |
uvPlaneWidth | int | Uv plane width. |
uvPlaneHeight | int | Uv plane height. |
Результат | void |
public YUVTexture ( int yPlaneWidth, int yPlaneHeight, int uvPlaneWidth, int uvPlaneHeight, TextureFormat format, bool mipmap ) : System | ||
yPlaneWidth | int | Y plane width. |
yPlaneHeight | int | Y plane height. |
uvPlaneWidth | int | UV plane width. |
uvPlaneHeight | int | UV plane height. |
format | TextureFormat | Texture format. |
mipmap | bool | If set to |
Результат | System |
public Texture2D,UnityEngine m_videoOverlayTextureCb | ||
Результат |
public Texture2D,UnityEngine m_videoOverlayTextureCr | ||
Результат |