Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transformations] New Transformations system which replaces the old Solvers+Constraints system #11323

Closed
wants to merge 12 commits into from
Closed

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -922,6 +922,7 @@ private bool TryGetGripRotation(IXRSelectInteractor interactor, out Quaternion r
}
}

#region ReleaseBehaviorEnum Extensions
/// <summary>
/// Extension methods specific to the <see cref="ReleaseBehaviorType"/> enum.
/// </summary>
Expand All @@ -939,4 +940,5 @@ public static bool IsMaskSet(this ObjectManipulator.ReleaseBehaviorType a, Objec
return ((a & b) == b);
}
}
#endregion
}