GrabbableSizedObject.GetMoveToNotGrabbedRotation C# (CSharp) 메소드

GetMoveToNotGrabbedRotation() 보호된 메소드

protected GetMoveToNotGrabbedRotation ( ) : Quaternion
리턴 Quaternion
    protected override Quaternion GetMoveToNotGrabbedRotation()
	{
		if (objectBelow) {
			return objectBelow.transform.rotation;
		} else {
			return base.GetMoveToNotGrabbedRotation();
		}
	}