Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    GuillotinePacker.InsertRectangleCallback Delegate

    Namespace: Stride.Core.Mathematics
    Assembly: Stride.Core.Mathematics.dll

    A delegate callback used by TryInsert(Int32, Int32, Int32, GuillotinePacker.InsertRectangleCallback)

    public delegate void InsertRectangleCallback(int cascadeIndex, ref Rectangle rectangle);
    Parameters
    Type Name Description
    System.Int32 cascadeIndex

    The index of the rectangle

    Rectangle rectangle

    The rectangle found


    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