Interface IAsyncUpdatable
Defines an updatable entity.
Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public interface IAsyncUpdatable
Methods
| Improve this Doc View SourceUpdate(Single)
Updates the object state. Called by IAsyncUpdateSource.
Declaration
void Update(float frameTime)
Parameters
Type | Name | Description |
---|---|---|
Single | frameTime | Time since last call in seconds. |