Operator explicit operator
explicit operator IntPtr(ArSession)
Casts an ArSession to its underlying native pointer.
Declaration
public static explicit operator IntPtr(ArSession session)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ArSession to cast. |
Returns
Type | Description |
---|---|
IntPtr | Returns the underlying native pointer for |