OnIndexRemovedJob.

OnIndexRemovedJob(NativeArray<BoneWeight1>, int) Constructor

Summary

Creates a new FlexiMotion.Jobs.OnIndexRemovedJob.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Jobs
Containing Type
OnIndexRemovedJob

Syntax

public OnIndexRemovedJob(NativeArray<BoneWeight1> boneWeights, int removedIndex)

Parameters

Name Type Description
boneWeights NativeArray<BoneWeight1>
removedIndex int

Return Value

Type Description
void