Show / Hide Table of Contents

Interface IAsyncUpdatable

Defines an updatable entity.

Namespace: UnityFx.Async
Assembly: UnityFx.Async-netstandard2.0.dll
Syntax
public interface IAsyncUpdatable

Methods

| Improve this Doc View Source

Update(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.

See Also

IAsyncUpdateSource
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Update(Single)
  • See Also
Back to top Copyright (c) 2017-2018 Alexander Bogarsukov