rayity > “expression” > Expression
GLSL expression. May depend on other expression
● body: Code
Defined in expression.ts:13
GLSL code for the expression
● dependencies: Expression[]
Defined in expression.ts:15
Dependent expressions
● id: string
Defined in expression.ts:11
Unique hash for the expression
● toString: function
Defined in expression.ts:17
toString to support generation through string templates
(): string
Defined in expression.ts:17
Returns: string