User Tools

Site Tools


api:procedural_orientation

PROCEDURAL_ORIENTATION

Deprecated names:

  • RANDOM_ORIENTATION_RANGE

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

  • Type: boolean
  • Expected: boolean value
  • Default value: false

Curve

Serialized

Curve of random distribution.

  • Type: EASING
  • Expected: enum value
  • Default value: EASING.LINEAR
api/procedural_orientation.txt · Last modified: 2025/06/04 13:52 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki