class VNInterp::Interpreter
- VNInterp::Interpreter
- Reference
- Object
Defined in:
vn_interpreter.crConstructors
Instance Method Summary
- #auto(duration : Float32)
- #hide(pic : String, transition : VNInterp::Transition)
- #move(pic : String, dx : Float32, dy : Float32, duration : Float32, curve : VNInterp::Curve)
- #play(res : String, audio : String, volume : Float32, loop? : Bool = false)
- #say(content : Array(String))
- #scale(pic : String, scaleX : Float32, scaleY : Float32, duration : Float32, curve : VNInterp::Curve)
- #show(res : String, pic : String, posX : Float32, poxY : Float32, anchorX : Float32, anchorY : Float32, scaleX : Float32, scaleY : Float32, transition : VNInterp::Transition, superposition : VNInterp::SuperPosition)
- #stop(audio : String, duration : Float32)
- #volume(audio : String, new_volume : Float32, duration : Float32)
- #wait(duration : Float32)
Constructor Detail
Instance Method Detail
def move(pic : String, dx : Float32, dy : Float32, duration : Float32, curve : VNInterp::Curve)
#
def scale(pic : String, scaleX : Float32, scaleY : Float32, duration : Float32, curve : VNInterp::Curve)
#
def show(res : String, pic : String, posX : Float32, poxY : Float32, anchorX : Float32, anchorY : Float32, scaleX : Float32, scaleY : Float32, transition : VNInterp::Transition, superposition : VNInterp::SuperPosition)
#