SA.FullBodyIK.Effector._GetPresetPositionWeight C# (CSharp) Method

_GetPresetPositionWeight() static private method

static private _GetPresetPositionWeight ( EffectorType effectorType ) : float
effectorType EffectorType
return float
			static float _GetPresetPositionWeight( EffectorType effectorType )
			{
				switch( effectorType ) {
				case EffectorType.Arm:		return 0.0f;
				}

				return 1.0f;
			}