IUIComponent.Update(float) Method
Definition¶
Namespace: Brine2D.UI
Update component logic (animations, hover states, etc.).
void Update(float deltaTime);
Parameters¶
deltaTime System.Single
Namespace: Brine2D.UI
Update component logic (animations, hover states, etc.).
void Update(float deltaTime);
deltaTime System.Single