Interface ShaderEffectOptions

Hierarchy

  • ShaderEffectOptions

Properties

methods?: Record<string, string>
onColorize?: string | ((value) => string)

Type declaration

    • (value): string
    • Parameters

      • value: Record<string, unknown>

      Returns string

onEffectMask?: string | ((value) => string)

Type declaration

    • (value): string
    • Parameters

      • value: Record<string, unknown>

      Returns string

onShaderMask?: string | ((value) => string)

Type declaration

    • (value): string
    • Parameters

      • value: Record<string, unknown>

      Returns string

props?: Record<string, unknown>
ref: string
target: string

Generated using TypeDoc