docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WaterfallConfiguration

    Configuration class which allows users to customize or filter a Waterfall.

    Inheritance
    object
    WaterfallConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: Unity.LevelPlay.dll
    Syntax
    public class WaterfallConfiguration

    Properties

    Ceiling

    Gets the ceiling value.

    Declaration
    public double? Ceiling { get; }
    Property Value
    Type Description
    double?

    Floor

    Gets the floor value.

    Declaration
    public double? Floor { get; }
    Property Value
    Type Description
    double?

    Methods

    Builder()

    Gets a builder for creating instances of WaterfallConfiguration.

    Declaration
    public static WaterfallConfiguration.WaterfallConfigurationBuilder Builder()
    Returns
    Type Description
    WaterfallConfiguration.WaterfallConfigurationBuilder

    The WaterfallConfigurationBuilder.

    Empty()

    Creates an empty instance of WaterfallConfiguration.

    Declaration
    public static WaterfallConfiguration Empty()
    Returns
    Type Description
    WaterfallConfiguration

    The empty WaterfallConfiguration.

    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)