Skip to content

Commit

Permalink
chore: add internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxudong committed Jan 6, 2025
1 parent 908d263 commit a0839cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/postProcess/PostProcessEffectParameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export abstract class PostProcessEffectParameter<T> {
this._value = value;
}

/**
* @internal
*/
_lerp(to: T, factor: number) {
if (factor > 0) {
this.value = to;
Expand Down

0 comments on commit a0839cf

Please sign in to comment.