CVRInput.GetSkeletalBoneDataCompressed Method
Definition
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.
public:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRInputError GetSkeletalBoneDataCompressed(System::UInt64 action, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRSkeletalMotionRange eMotionRange, IntPtr pvCompressedData, System::UInt32 unCompressedSize, System::UInt32 % punRequiredCompressedSize);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRInputError GetSkeletalBoneDataCompressed (ulong action, Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSkeletalMotionRange eMotionRange, IntPtr pvCompressedData, uint unCompressedSize, ref uint punRequiredCompressedSize);
member this.GetSkeletalBoneDataCompressed : uint64 * Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSkeletalMotionRange * nativeint * uint32 * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRInputError
Public Function GetSkeletalBoneDataCompressed (action As ULong, eMotionRange As EVRSkeletalMotionRange, pvCompressedData As IntPtr, unCompressedSize As UInteger, ByRef punRequiredCompressedSize As UInteger) As EVRInputError
Parameters
- action
- UInt64
- eMotionRange
- EVRSkeletalMotionRange
- pvCompressedData
-
IntPtr
nativeint
- unCompressedSize
- UInt32
- punRequiredCompressedSize
- UInt32