Kaba class ActionController ed

...

Syntax ed

class ActionController
    var pos: vec3

    # functions
    func end_action(set: bool)
    func start_action(win: Window, m: vec3, constraints: ActionConstraints)
    func update_action()
    func update_param(param: vec3)

Functions ed

func end_action(set: bool)
...

func start_action(win: Window, m: vec3, constraints: ActionConstraints)
...

func update_action()
...

func update_param(param: vec3)
...

Elements ed

var pos: vec3
...