CVRIOBuffer.Open(String, EIOBufferMode, UInt32, UInt32, UInt64) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
public:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EIOBufferError Open(System::String ^ pchPath, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EIOBufferMode mode, System::UInt32 unElementSize, System::UInt32 unElements, System::UInt64 % pulBuffer);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError Open (string pchPath, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferMode mode, uint unElementSize, uint unElements, ref ulong pulBuffer);
member this.Open : string * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferMode * uint32 * uint32 * uint64 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EIOBufferError
Public Function Open (pchPath As String, mode As EIOBufferMode, unElementSize As UInteger, unElements As UInteger, ByRef pulBuffer As ULong) As EIOBufferError
- pchPath
- String
- mode
- EIOBufferMode
- unElementSize
- UInt32
- unElements
- UInt32
- pulBuffer
- UInt64
產品 | 版本 |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0 |