docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IRangeBoundingOptions<T>

    Inherited Members
    IRangeBoundingOptions.minBounded
    IRangeBoundingOptions.maxBounded
    Namespace: Unity.MARS.Conditions
    Assembly: Unity.MARS.dll
    Syntax
    public interface IRangeBoundingOptions<T> : IRangeBoundingOptions
    Type Parameters
    Name Description
    T

    Properties

    maximum

    The value at the top end of a condition's acceptable range

    Declaration
    T maximum { get; set; }
    Property Value
    Type Description
    T

    minimum

    The value at the bottom end of a condition's acceptable range

    Declaration
    T minimum { get; set; }
    Property Value
    Type Description
    T
    In This Article
    Back to top
    Copyright © 2025 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)