SA.FullBodyIK.Settings.Prefix C# (CSharp) Method

Prefix() public method

public Prefix ( ) : void
return void
			public void Prefix()
			{
				SafeNew( ref bodyIK );
				SafeNew( ref limbIK );
				SafeNew( ref headIK );
				SafeNew( ref fingerIK );
			}
		}
FullBodyIK.Settings