15 if (
string.IsNullOrWhiteSpace(RawValue))
16 throw new ArgumentException(
"Animation key cannot be null or whitespace.", nameof(RawValue));
18 this.Value = RawValue;
Represents a strongly typed key used for identifying animations.
override string ToString()
Converts the key to its string representation.
AnimationKey(string RawValue)
Initializes a new instance of the AnimationKey struct.
string Value
Gets the raw key value.