Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Subtract(RationalTime, RationalTime)

Subtracts a RationalTime from another.
Read time 1 minuteLast updated 11 days ago

Definition

public static RationalTime Subtract(this RationalTime lhs, RationalTime rhs)

Parameters

Returns

Type

Description

RationalTimeA new instance that is the difference between the left operand and the right one.