SA.FullBodyIK.Bone.Preset C# (CSharp) Method

Preset() public static method

public static Preset ( BoneLocation boneLocation ) : Bone
boneLocation BoneLocation
return Bone
			public static Bone Preset( BoneLocation boneLocation )
			{
				Bone bone = new Bone();
				bone._PresetBoneLocation( boneLocation );
				return bone;
			}