()
| 2925 | FnTable = (IVRChaperone)Marshal.PtrToStructure(pInterface, typeof(IVRChaperone)); |
| 2926 | } |
| 2927 | public ChaperoneCalibrationState GetCalibrationState() |
| 2928 | { |
| 2929 | ChaperoneCalibrationState result = FnTable.GetCalibrationState(); |
| 2930 | return result; |
| 2931 | } |
| 2932 | public bool GetPlayAreaSize(ref float pSizeX,ref float pSizeZ) |
| 2933 | { |
| 2934 | pSizeX = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected