CallbackPropertyCallback

typealias CallbackPropertyCallback = (time: JulianDate?, result: Any?) -> Any(source)

A function that returns the value of the property.

Parameters

time

The time for which to retrieve the value. If omitted, the current system time is used. Default value - JulianDate.now()

result

The object to store the value into. If omitted, the function must create and return a new instance.

See also