GrabbableScribbler.GetMoveToNotGrabbedRotation C# (CSharp) 메소드

GetMoveToNotGrabbedRotation() 보호된 메소드

protected GetMoveToNotGrabbedRotation ( ) : Quaternion
리턴 Quaternion
    protected override Quaternion GetMoveToNotGrabbedRotation()
    {
        if (holder)
        {
            return holder.dropPosition.rotation;
        }
        else
        {
            return lastRotation;
        }
    }