Show / Hide Table of Contents

Interface ILocalSingletonWithUpdate

Inherited Members
ILocalSingleton.Destroy()
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public interface ILocalSingletonWithUpdate : ILocalSingleton

Methods

Update(float)

Declaration
void Update(float dt)
Parameters
Type Name Description
float dt

VisualUpdate(float)

Declaration
void VisualUpdate(float dt)
Parameters
Type Name Description
float dt
In this article
Back to top Generated by DocFX