<vizact>.onupdate

Calls func every frame at a time determaned by priority

 

<vizact>.onupdate(
    priority    
    func    
    *args    

)

 

priority

The priority of the update function


func

The function to call on update


*args

Arguments to pass to function


Remarks

Priority of -5 happens before priority 0, which happens before priority 10.

Return Value

None