UpdateObjectData Struct
Namespace: Stride.UpdaterAssembly: Stride.Engine.dll
Defines an conditional entry for the object to update.
public struct UpdateObjectData
Name | Description | |
---|---|---|
Constructors | ||
UpdateObjectData(Int32, Object) | ||
UpdateObjectData(Object) | ||
Fields | ||
Condition | Condition for update; if non 0, this object will be updated, otherwise not. |
|
Value | Object value. |
Constructors
UpdateObjectData(Int32, Object)
public UpdateObjectData(int condition, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | condition | |
System.Object | value |
UpdateObjectData(Object)
public UpdateObjectData(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Fields
Condition
Condition for update; if non 0, this object will be updated, otherwise not.
public int Condition
Field Value
Type | Description |
---|---|
System.Int32 |
Value
Object value.
public object Value
Field Value
Type | Description |
---|---|
System.Object |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()