docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Intersection

    Intersection(Feature, Feature)

    Computes the intersection of self and features (that is, the set of features present in both self and features).

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

    The Feature being extended.

    Feature features

    Features to intersect with self

    Returns
    Type Description
    Feature

    The intersection of self and features (that is, the set of features common to both self and 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)