API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeShaderFilterRawUniformName

@codexo/exojs / rendering / stable

A uniform name the raw path accepts; `never` once a schema is declared.

0
props
0
methods
0
events
Import
import { ShaderFilterRawUniformName } from '@codexo/exojs'

A uniform name the raw path accepts; `never` once a schema is declared.

Definition1
F extends undefined ? B extends undefined ? string : never : never
Source