OperatorContext.Time
 
 
 

OperatorContext.Time operator

Description

Returns the evaluation time in frames as a Double. An operator should not assume that the evaluation time is the same as the current scene time or that it is evaluated just once per frame.

C# Syntax

// get accessor
Double rtn = OperatorContext.Time;