Show / Hide Table of Contents

Struct OptionalMinMax

Type to set Min/Max values but with optional Min and Max

Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public struct OptionalMinMax

Constructors

OptionalMinMax(Boolean, Boolean, Single, Single)

Declaration
public OptionalMinMax(bool minIsSet, bool maxIsSet, float min, float max)
Parameters
Type Name Description
System.Boolean minIsSet
System.Boolean maxIsSet
System.Single min
System.Single max

Fields

Max

Declaration
public float Max
Field Value
Type Description
System.Single

MaxIsSet

Declaration
public bool MaxIsSet
Field Value
Type Description
System.Boolean

Min

Declaration
public float Min
Field Value
Type Description
System.Single

MinIsSet

Declaration
public bool MinIsSet
Field Value
Type Description
System.Boolean

Methods

GetFixed(Single)

Declaration
public float GetFixed(float value)
Parameters
Type Name Description
System.Single value
Returns
Type Description
System.Single
In This Article
  • Constructors
    • OptionalMinMax(Boolean, Boolean, Single, Single)
  • Fields
    • Max
    • MaxIsSet
    • Min
    • MinIsSet
  • Methods
    • GetFixed(Single)
Back to top Generated by DocFX