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

_GetPresetPositionEnabled() static private method

static private _GetPresetPositionEnabled ( EffectorType effectorType ) : bool
effectorType EffectorType
return bool
			static bool _GetPresetPositionEnabled( EffectorType effectorType )
			{
				switch( effectorType ) {
				case EffectorType.Wrist:	return true;
				case EffectorType.Foot:		return true;
				}

				return false;
			}