Table of Contents

RANDOM_ORIENTATION_RANGE

Category: Data

Cloneable

Properties


Min

Serialized

Lower value of Range.


Max

Serialized

Upper value of Range.


LockValues

Serialized

If true, the values will stay proportional to each other; ex. Min = { 0, 0, -180 } & Max = { 90, 90, 180 } will return random values like : { 45, 45, 0 }. If false, each value will be random; ex. Min = { 0, 0, -180 } & Max = { 90, 90, 180 } will return random values like : { 65.85, 18.52, -150 } or { 0.2, 85, 140 }.