Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    EnterChecker Class

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

    Provides a way to perform additional checks when entering an object (typically out of bounds checks).

    System.Object → EnterChecker
    Derived from EnterChecker:

    public abstract class EnterChecker
    Name Description
    Methods
    CanEnter(Object)

    Called by Run(Object, CompiledUpdate, IntPtr, UpdateObjectData[]) to perform additional checks when entering an object (typically out of bounds checks).

    | Improve this Doc View Source

    Methods


    CanEnter(Object)

    Called by Run(Object, CompiledUpdate, IntPtr, UpdateObjectData[]) to perform additional checks when entering an object (typically out of bounds checks).

    public abstract bool CanEnter(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The object being entered.

    Returns
    Type Description
    System.Boolean

    True if checks succeed, false otherwise.


    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