Type Alias VFXUniforms

VFXUniforms: {
    [name: string]: VFXUniformValue | (() => VFXUniformValue);
}