====== PROCEDURAL_ORIENTATION ====== Deprecated names: * RANDOM_ORIENTATION_RANGE **Category**: Data //[[:annotations#cloneable|Cloneable]]// ===== Properties ===== ---- ==== Type ==== //[[:annotations#serialized|Serialized]]// * **Type**: ''[[:api:procedural_value_type|PROCEDURAL_VALUE_TYPE]]'' * **Expected**: ''enum value'' * **Default value**: ''PROCEDURAL_VALUE_TYPE.RANDOM_RANGE'' ---- ==== Value ==== //[[:annotations#serialized|Serialized]]// Constant value. * **Type**: ''[[:api:quaternion|quaternion]]'' * **Expected**: ''quaternion value'' ---- ==== Min ==== //[[:annotations#serialized|Serialized]]// Lower value of random range. * **Type**: ''[[:api:quaternion|quaternion]]'' * **Expected**: ''quaternion value'' ---- ==== Max ==== //[[:annotations#serialized|Serialized]]// Upper value of random range. * **Type**: ''[[:api:quaternion|quaternion]]'' * **Expected**: ''quaternion value'' ---- ==== LockValues ==== //[[:annotations#serialized|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**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''false'' ---- ==== Curve ==== //[[:annotations#serialized|Serialized]]// Curve of random distribution. * **Type**: ''[[:api:easing|EASING]]'' * **Expected**: ''enum value'' * **Default value**: ''EASING.LINEAR''