Skip to content

Commit

Permalink
TSL: add addMethodsChaining (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Dec 26, 2024
1 parent 8204e26 commit bb0514b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/nodes/tsl/TSLCore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export interface NodeElements {

export function addMethodChaining(name: string, nodeElement: unknown): void;

export function addMethodsChaining(object: { readonly [key: string]: unknown }): void;

export type SwizzleCharacter = "x" | "y" | "z" | "w" | "r" | "g" | "b" | "a" | "s" | "t" | "p" | "q";

export type SwizzleOption = Exclude<
Expand Down

0 comments on commit bb0514b

Please sign in to comment.