Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

AnimationHumanStream.SetLookAtClampWeight

マニュアルに切り替える
public void SetLookAtClampWeight (float weight);

パラメーター

weightThe LookAt clamp weight.

説明

Sets the LookAt clamp weight.

0.0 means the character is completely unrestrained in motion, 1.0 means he's completely clamped (look at becomes impossible), and 0.5 means he'll be able to move on half of the possible range (180 degrees).

See Also: SolveIK, SetLookAtPosition.