SimulatedHandData.HandJointDataGenerator Delegate

Definition

Generator function producing joint positions and rotations

public: delegate void SimulatedHandData::HandJointDataGenerator(cli::array <MixedRealityPose> ^ jointPoses);
public delegate void SimulatedHandData.HandJointDataGenerator(MixedRealityPose[] jointPoses);
type SimulatedHandData.HandJointDataGenerator = delegate of MixedRealityPose[] -> unit
Public Delegate Sub SimulatedHandData.HandJointDataGenerator(jointPoses As MixedRealityPose())

Parameters

jointPoses
MixedRealityPose[]

Applies to