Method FromIntPtr
FromIntPtr(IntPtr)
Creates a ArCameraConfig from an existing native pointer. The native pointer must point to an existing ArCameraConfig.
Declaration
public static ArCameraConfig FromIntPtr(IntPtr value)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | value | A pointer to an existing native ArCameraConfig. |
Returns
Type | Description |
---|---|
ArCameraConfig | Returns an ArCameraConfig whose underlying native pointer is
|