api:procedural_vector2
Table of Contents
PROCEDURAL_VECTOR2
Properties
Type
- Type:
PROCEDURAL_VALUE_TYPE
- Expected:
enum value
- Default value:
PROCEDURAL_VALUE_TYPE.RANDOM_RANGE
Value
Min
Max
LockValues
If true, the values will stay proportional to each other; ex. Min = { 0, 1 } & Max = { 0.5, 1 } will return random values like : { 0.25, 0.5 }. If false, each value will be random; ex. Min = { 0, 0.5 } & Max = { 0.5, 1 } will return random values like : { 0.15, 0.95 } or { 0.35, 0.55 }.
- Type:
boolean
- Expected:
boolean value
- Default value:
false
Curve
Curve of random distribution.
- Type:
EASING
- Expected:
enum value
- Default value:
EASING.LINEAR
api/procedural_vector2.txt · Last modified: 2025/06/04 13:52 by 127.0.0.1