CVRInput.GetBoneName(UInt64, Int32, StringBuilder, UInt32) 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 GetBoneName(System::UInt64 action, int nBoneIndex, System::Text::StringBuilder ^ pchBoneName, System::UInt32 unNameBufferSize);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRInputError GetBoneName (ulong action, int nBoneIndex, System.Text.StringBuilder pchBoneName, uint unNameBufferSize);
member this.GetBoneName : uint64 * int * System.Text.StringBuilder * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRInputError
Public Function GetBoneName (action As ULong, nBoneIndex As Integer, pchBoneName As StringBuilder, unNameBufferSize As UInteger) As EVRInputError
Parameters
- action
- UInt64
- nBoneIndex
- Int32
- pchBoneName
- StringBuilder
- unNameBufferSize
- UInt32