Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | dna::RBFSolverType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehavior.h |
| Include Path | #include "dna/layers/RBFBehavior.h" |
Syntax
namespace dna
{
enum RBFSolverType
{
Additive,
Interpolative,
}
}
Values
| Name | Remarks |
|---|---|
| Additive | The additive solver sums up contributions from each target. |
| Interpolative | The interpolative solver interpolates the values from each target based on distance. |