Search Results for

    Show / Hide Table of Contents

    Struct ConstrainDouble

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public struct ConstrainDouble

    Fields

    Exact

    Declaration
    public double Exact
    Field Value
    Type Description
    System.Double

    Ideal

    Declaration
    public double Ideal
    Field Value
    Type Description
    System.Double

    Max

    Declaration
    public double Max
    Field Value
    Type Description
    System.Double

    Min

    Declaration
    public double Min
    Field Value
    Type Description
    System.Double

    Operators

    Implicit(Double to ConstrainDouble)

    Declaration
    public static implicit operator ConstrainDouble(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    ConstrainDouble
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL