Subtract(RationalTime, RationalTime)
Subtracts a RationalTime from another.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static RationalTime Subtract(this RationalTime lhs, RationalTime rhs)
Parameters
Returns
Type | Description |
|---|---|
| RationalTime | A new instance that is the difference between the left operand and the right one. |