CVRInput.GetSkeletalBoneDataCompressed Method

Definition

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

Returns

EVRInputError

Applies to