ig.creator:assets:context
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ig.creator:assets:context [2014/09/04 20:51] – eb_ig | ig.creator:assets:context [2024/04/04 08:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Assets/ | ||
+ | |||
+ | A Context is a global object that may be provide auxiliary functions to simplify the parametric expressions that define dynamic values. Many values such as the position of an object, or it's visibility, are defined by values, either static or dynamic ones. A dynamic value can be specified directly by a JavaScript expression. Alternatively, | ||
+ | |||
+ | For each Context entry, a Name (which is the method name) and an Expression must be specified. Additionally, | ||
+ | |||
+ | Please specify the Expression in a way that it is a valid (JavaScript) function body. | ||
+ | |||