HKI Core
Public Member Functions | Public Attributes | List of all members
HKI.Core.Variables.MinMaxRange Struct Reference

This is a data type that combines a float start and a float end value into one value. This can be used for storing min max informations for a random generator or volume settings. More...

Public Member Functions

 MinMaxRange (float start, float end)
 
float GetRandomValue ()
 

Public Attributes

float RangeStart
 
float RangeEnd
 

Detailed Description

This is a data type that combines a float start and a float end value into one value. This can be used for storing min max informations for a random generator or volume settings.

Definition at line 9 of file MinMaxRange.cs.

Constructor & Destructor Documentation

◆ MinMaxRange()

HKI.Core.Variables.MinMaxRange.MinMaxRange ( float  start,
float  end 
)
inline

Definition at line 16 of file MinMaxRange.cs.

Member Function Documentation

◆ GetRandomValue()

float HKI.Core.Variables.MinMaxRange.GetRandomValue ( )
inline

Definition at line 23 of file MinMaxRange.cs.

Member Data Documentation

◆ RangeEnd

float HKI.Core.Variables.MinMaxRange.RangeEnd

Definition at line 13 of file MinMaxRange.cs.

◆ RangeStart

float HKI.Core.Variables.MinMaxRange.RangeStart

Definition at line 12 of file MinMaxRange.cs.


The documentation for this struct was generated from the following file: