Skip to content

Commit

Permalink
Merge pull request #178 from AnnulusGames/add-motionhandle-none
Browse files Browse the repository at this point in the history
Add `MotionHandle.None`
  • Loading branch information
AnnulusGames authored Dec 20, 2024
2 parents 16db144 + 9914f4a commit 5dfe91c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LitMotion/Assets/LitMotion/Runtime/MotionHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ namespace LitMotion
/// </summary>
public struct MotionHandle : IEquatable<MotionHandle>
{
/// <summary>
/// Represents an empty MotionHandle. This is the same as default(MotionHandle).
/// </summary>
public static readonly MotionHandle None = default;

/// <summary>
/// The ID of motion storage.
/// </summary>
Expand Down

0 comments on commit 5dfe91c

Please sign in to comment.