SmoothStep static method

num SmoothStep(
  1. num from,
  2. num to,
  3. num tx
)

Implementation

external static num SmoothStep(num from, num to, num tx);