TimeChange#
Fully qualified name: usdrt::TimeChange
- 
enum class usdrt::TimeChange : uint32_t#
- Specifies how to dirty time-sampled attributes when synchronizing USD to Fabric. - Values: - 
enumerator LazyUpdate#
- Dirty only if a new time value was passed. 
 - 
enumerator ForceUpdate#
- Always update (override) time-sampled data. 
 - 
enumerator NoUpdate#
- Do not update time-sampled data. 
 
- 
enumerator LazyUpdate#