Method SolveFABRIK
SolveFABRIK(ref NativeArray<Vector3>, ref NativeArray<float>, Vector3, float, float, int)
선언
public static bool SolveFABRIK(ref NativeArray<Vector3> linkPositions, ref NativeArray<float> linkLengths, Vector3 target, float tolerance, float maxReach, int maxIterations)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| NativeArray<Vector3> | linkPositions | |
| NativeArray<float> | linkLengths | |
| Vector3 | target | |
| float | tolerance | |
| float | maxReach | |
| int | maxIterations |
반환
| 타입 | 설명 |
|---|---|
| bool |