Space Engineers
Public Member Functions | Properties | List of all members
VRage.Collections.MyDistributedUpdater< V, T > Class Template Reference

Class distributing updates on large amount of objects in configurable intervals. More...

Public Member Functions

 MyDistributedUpdater (int updateInterval)
 
void Iterate (Action< T > p)
 
void Update ()
 

Properties

List [get]
 

Detailed Description

Class distributing updates on large amount of objects in configurable intervals.

Type Constraints
V :IReadOnlyList<T> 
V :new() 

Definition at line 13 of file MyDistributedUpdater.cs.

Constructor & Destructor Documentation

VRage.Collections.MyDistributedUpdater< V, T >.MyDistributedUpdater ( int  updateInterval)
inline

Definition at line 19 of file MyDistributedUpdater.cs.

Member Function Documentation

void VRage.Collections.MyDistributedUpdater< V, T >.Iterate ( Action< T >  p)
inline

Definition at line 24 of file MyDistributedUpdater.cs.

void VRage.Collections.MyDistributedUpdater< V, T >.Update ( )
inline

Definition at line 32 of file MyDistributedUpdater.cs.

Property Documentation

Definition at line 39 of file MyDistributedUpdater.cs.


The documentation for this class was generated from the following file: