Search Results for

    Show / Hide Table of Contents

    Class NavigationLayerUtility

    Inheritance
    object
    NavigationLayerUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public static class NavigationLayerUtility

    Methods

    | Improve this Doc View Source

    Add(ref NavigationLayers, NavigationLayers)

    Declaration
    public static void Add(this ref NavigationLayers lhs, NavigationLayers rhs)
    Parameters
    Type Name Description
    NavigationLayers lhs
    NavigationLayers rhs
    | Improve this Doc View Source

    All(NavigationLayers, NavigationLayers)

    Declaration
    public static bool All(this NavigationLayers lhs, NavigationLayers rhs)
    Parameters
    Type Name Description
    NavigationLayers lhs
    NavigationLayers rhs
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    Any(NavigationLayers, NavigationLayers)

    Declaration
    public static bool Any(this NavigationLayers lhs, NavigationLayers rhs)
    Parameters
    Type Name Description
    NavigationLayers lhs
    NavigationLayers rhs
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    TryGetLayerMask(string, out NavigationLayers)

    Declaration
    public static bool TryGetLayerMask(string name, out NavigationLayers mask)
    Parameters
    Type Name Description
    string name
    NavigationLayers mask
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX