Add(RationalTime, RationalTime)
Adds two Rational Times together.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static RationalTime Add(this RationalTime lhs, RationalTime rhs)
Parameters
Returns
Type | Description |
|---|---|
| RationalTime | A new instance that is the sum of the two operands. |