Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    UpdatableMember Class

    Namespace: Stride.Updater
    Assembly: Stride.Engine.dll

    Describes how to access an object member so that it can be updated by the UpdateEngine.

    System.Object → UpdatableMember
    Derived from UpdatableMember: UpdatableField UpdatablePropertyBase

    public abstract class UpdatableMember
    Name Description
    Properties
    MemberType

    Gets the type of the member.

    Methods
    CreateEnterChecker()

    Called by Compile(Type, List<UpdateMemberInfo>) to generate additional checks when entering an object (typically out of bound checks).

    | Improve this Doc View Source

    Properties


    MemberType

    Gets the type of the member.

    public abstract Type MemberType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    Methods


    CreateEnterChecker()

    Called by Compile(Type, List<UpdateMemberInfo>) to generate additional checks when entering an object (typically out of bound checks).

    public virtual EnterChecker CreateEnterChecker()
    Returns
    Type Description
    EnterChecker

    The created enter checker (or null if not needed).


    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