Method | Description | |
---|---|---|
NyARUnityRaster ( |
この関数は、Texture2Dを参照するインスタンスを生成します。
|
|
NyARUnityRaster ( int i_width, int i_heigth, bool i_is_inverse ) : System | ||
createInterface ( |
||
isFlipVirtical ( ) : bool | ||
updateByPSEyeTexture ( PSEyeTexture i_ptx ) : void | ||
updateByTexture2D ( |
||
updateByWebCamTexture ( |
||
wrapBuffer ( object i_ref_buf ) : void |
Method | Description | |
---|---|---|
initInstance ( NyAR.Core.NyARIntSize i_size, int i_raster_type, bool i_is_alloc ) : void |
public NyARUnityRaster ( |
||
i_tex | /// I_tex. /// | |
return | System |
public NyARUnityRaster ( int i_width, int i_heigth, bool i_is_inverse ) : System | ||
i_width | int | |
i_heigth | int | |
i_is_inverse | bool | |
return | System |
public createInterface ( |
||
iIid | ||
return | object |
protected initInstance ( NyAR.Core.NyARIntSize i_size, int i_raster_type, bool i_is_alloc ) : void | ||
i_size | NyAR.Core.NyARIntSize | |
i_raster_type | int | |
i_is_alloc | bool | |
return | void |
public updateByPSEyeTexture ( PSEyeTexture i_ptx ) : void | ||
i_ptx | PSEyeTexture | |
return | void |
public updateByTexture2D ( |
||
i_wtx | ||
return | void |
public updateByWebCamTexture ( |
||
i_wtx | ||
return | void |
public wrapBuffer ( object i_ref_buf ) : void | ||
i_ref_buf | object | |
return | void |