Table of Contents

Class PartitionedDataStorageLockupModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

The 'Lockup' model for the 'PartitionedDataStorage' component

public class PartitionedDataStorageLockupModel : ComponentModel<PartitionedDataStorage>
Inheritance
ComponentModel<PartitionedDataStorage>
PartitionedDataStorageLockupModel
Inherited Members
ComponentModel<PartitionedDataStorage>.Target

Constructors

PartitionedDataStorageLockupModel()

public PartitionedDataStorageLockupModel()

Fields

LockupProbability

The probability that a single data storage unit would lock up in a single frame.

public double LockupProbability

Field Value

double

Methods

OnUpdate(double, double)

Called each timestep during a event tick

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

delta timestep (seconds)