Table of Contents

PROCEDURAL_VECTOR2

Deprecated names:

Category: Data

Cloneable

Properties


Type

Serialized


Value

Serialized

Constant value.


Min

Serialized

Lower value of random range.


Max

Serialized

Upper value of random range.


LockValues

Serialized

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 }.


Curve

Serialized

Curve of random distribution.