virtual class vaseGui::FloatPropertyAnimChannel

sys::Obj
  vaseGui::FloatPropertyAnimChannel : vaseGui::AnimChannel

@Js

field

Field field

from

Float from := 0.0f

interpolation

Interpolation interpolation := Interpolation.<ctor>()

make

new make(Obj target, Field field)

target

Obj target

to

Float to := 1.0f

update

virtual override Void update(Int elapsedTime, Int frameTime, Float percent, Float blendWeight)