VU:Spec:PreUpdate
VU:Spec:PreUpdate(deltaTime: float)
Parameters
| Name | Type | Description |
|---|---|---|
| deltaTime | float |
Example
Events:Subscribe('VU:Spec:PreUpdate', function(deltaTime)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)