Struct Cue
Determines the time index for a KeyFrame.
[TypeConverter(typeof(CueTypeConverter))]
public readonly struct Cue : IEquatable<Cue>, IEquatable<double>
- Implements
- Inherited Members
Constructors
Cue(double)
Sets a new Cue object.
public Cue(double value)
Parameters
value
double
Properties
CueValue
The normalized percent value, ranging from 0.0 to 1.0
public double CueValue { get; }
Property Value
Methods
Equals(Cue)
public bool Equals(Cue other)
Parameters
other
Cue
Returns
Equals(double)
public bool Equals(double other)
Parameters
other
double
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
Parse(string, CultureInfo?)
Parses a string to a Cue object.
public static Cue Parse(string value, CultureInfo? culture)
Parameters
value
stringculture
CultureInfo
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(Cue, Cue)
public static bool operator ==(Cue left, Cue right)
Parameters
Returns
operator !=(Cue, Cue)
public static bool operator !=(Cue left, Cue right)