Ejemplo n.º 1
0
 public override bool ValueEquals(PropertyBase <sbyte> other) => other.Value == Value;
Ejemplo n.º 2
0
 public override void ValueInterpolateFrom(PropertyBase <Quaternion> p1, PropertyBase <Quaternion> p2, float interpolation) =>
 Value = Quaternion.Lerp(p1.Value, p2.Value, interpolation);
Ejemplo n.º 3
0
 public override bool ValueEquals(PropertyBase <ushort> other) => other.Value == Value;
Ejemplo n.º 4
0
 public override bool ValueEquals(PropertyBase <Quaternion> other) => other.Value == Value;