====== RANDOM_VECTOR2_RANGE ====== **Category**: Data //[[:annotations#cloneable|Cloneable]]// ===== Properties ===== ---- ==== Min ==== //[[:annotations#serialized|Serialized]]// Lower value of Range. * **Type**: ''[[:api:vec2f|vec2f]]'' * **Expected**: ''vec2f value'' * **Default value**: ''{ 0, 0 }'' ---- ==== Max ==== //[[:annotations#serialized|Serialized]]// Upper value of Range. * **Type**: ''[[:api:vec2f|vec2f]]'' * **Expected**: ''vec2f value'' * **Default value**: ''{ 1, 1 }'' ---- ==== LockValues ==== //[[:annotations#serialized|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 }. * **Type**: ''[[:data-types#boolean|boolean]]'' * **Expected**: ''boolean value'' * **Default value**: ''false''