docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetDifference

    SetDifference(Feature, Feature)

    Computes the set difference (that is, removes all flags in features from self).

    Declaration
    public static Feature SetDifference(this Feature self, Feature features)
    Parameters
    Type Name Description
    Feature self

    The Feature being extended.

    Feature features

    Features to remove from self

    Returns
    Type Description
    Feature

    The set difference of self and features (that is, all members of self which do not belong to features).

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)