GrabbableSizedObject.GetMoveToNotGrabbedRotation C# (CSharp) Method

GetMoveToNotGrabbedRotation() protected method

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