Table of Contents

Class Accumulator

Namespace
Netick
Assembly
Netick.dll
public sealed class Accumulator
Inheritance
Accumulator
Inherited Members

Constructors

Accumulator(int)

public Accumulator(int windowSize)

Parameters

windowSize int

Properties

Avg

public float Avg { get; }

Property Value

float

Latest

public float Latest { get; }

Property Value

float

Methods

Add(int)

public void Add(int amount)

Parameters

amount int

Reset()

public void Reset()

Stop()

public void Stop()

Update(float)

public void Update(float delta)

Parameters

delta float