Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    UpdateObjectData Struct

    Namespace: Stride.Updater
    Assembly: 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.

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation