Table of Contents

Struct UpdateObjectData

Namespace
Stride.Updater
Assembly
Stride.Engine.dll

Defines an conditional entry for the object to update.

public struct UpdateObjectData
Inherited Members

Constructors

UpdateObjectData(int, object)

public UpdateObjectData(int condition, object value)

Parameters

condition int
value object

UpdateObjectData(object)

public UpdateObjectData(object value)

Parameters

value object

Fields

Condition

Condition for update; if non 0, this object will be updated, otherwise not.

public int Condition

Field Value

int

Value

Object value.

public object Value

Field Value

object