(IntPtr pInterface)
| 3084 | { |
| 3085 | IVRCompositor FnTable; |
| 3086 | internal CVRCompositor(IntPtr pInterface) |
| 3087 | { |
| 3088 | FnTable = (IVRCompositor)Marshal.PtrToStructure(pInterface, typeof(IVRCompositor)); |
| 3089 | } |
| 3090 | public void SetTrackingSpace(ETrackingUniverseOrigin eOrigin) |
| 3091 | { |
| 3092 | FnTable.SetTrackingSpace(eOrigin); |
nothing calls this directly
no outgoing calls
no test coverage detected