Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderGroupMaskExtensions Class

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Extensions for RenderGroupMask

    System.Object → RenderGroupMaskExtensions
    Derived from RenderGroupMaskExtensions:

    public static class RenderGroupMaskExtensions
    Name Description
    Methods
    Contains(RenderGroupMask, RenderGroup)

    Determines whether the group mask contains the specified group.

    | Improve this Doc View Source

    Methods


    Contains(RenderGroupMask, RenderGroup)

    Determines whether the group mask contains the specified group.

    public static bool Contains(this RenderGroupMask mask, RenderGroup group)
    Parameters
    Type Name Description
    RenderGroupMask mask

    The mask.

    RenderGroup group

    The group.

    Returns
    Type Description
    System.Boolean

    true if the group mask contains the specified group; otherwise, false.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

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