Rayity

rayity > “expression” > Expression

Interface: Expression

GLSL expression. May depend on other expression

Properties

body

● body: Code

Defined in expression.ts:13

GLSL code for the expression


dependencies

● dependencies: Expression[]

Defined in expression.ts:15

Dependent expressions


id

● id: string

Defined in expression.ts:11

Unique hash for the expression


toString

● toString: function

Defined in expression.ts:17

toString to support generation through string templates

Type declaration

(): string

Defined in expression.ts:17

Returns: string