s&
About
The Project
info
About s&box
map
Roadmap
monitoring
Metrics
Engine startup and usage numbers
Updates
newspaper
Latest News
published_with_changes
Changes
Release-by-release changelog
Games
Browse Games
Discover Games
gamejams
live now
Game Jam III
Ends
Fri 25 Sep
Theme
One More Round
The jam is running. Build something, or play the entries.
£
50,000
prizepool
View the jam
Workshop
Playable
sports_esports
Games
Standalone games and gamemodes
Assets
landscape
Maps
view_in_ar
Models
texture
Materials
apparel
Clothing
apps
Everything
Every asset type in one list
Forum
Learn
Documentation
rocket_launch
Getting Started
docs
Documentation
api
API Reference
Resources
school
Tutorials
manage_search
Code Search
input
Log in with Steam
Api
Classes
RangedFloat
chevron_left
Classes
struct
RangedFloat
Constructors
functions
RangedFloat
Fields
remove_circle
x
remove_circle
y
Properties
data_object
FixedValue
data_object
Max
data_object
Min
data_object
Range
data_object
RangeValue
Methods
functions
Deconstruct
functions
GetValue
Static Methods
functions
Parse
RangedFloat
A float between two values, which can be randomized or fixed.
struct
sealed
Sandbox.System
build
Constructors
1
RangedFloat
(
fixedValue
)
Initialize the float as a fixed value.
crop_din
Fields
2
x
obsolete
float
y
obsolete
float
data_object
Properties
5
FixedValue
float
The fixed value. Setting this will convert us to a fixed value
Max
float
The maximum value of the float range. For RangedFloat.RangeType.Fixed, this will be the same as RangedFloat.Min.
Min
float
The minimum value of the float range.
Range
RangeType
Range type of this float.
RangeValue
Vector2
The range value. Setting this will convert us to a range value
functions
Methods
2
Deconstruct
(
min
,
max
)
GetValue
(
)
float
Returns the final value of this ranged float, randomizing between min and max values.
functions
Static Methods
1
Parse
(
str
)
RangedFloat
Parse a ranged float from a string. Format is
"min[ max]"
.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.