Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Overview

 

Config

There are several types supported.  In additional to the supported type there are some dynamic converters

Basic

  • Float - supports dynamic converters
    • 0.0
  • Int - supports dynamic converters
    • 0
  • Vector
    • { "x" : <Float>, "y" : <Float> }
    • [ <Float>, <Float> ]
  • String
  • Array
  • Dynamic

Dynamic Converters

  • Min/Max
    • { "*min*" : <Int|Float>, "*max*" : <Int:Float>  }
  • Random
    Randomly picks a value from an array
    • { "*random*" : [ <Int|Float>, <Int|Float> ... ]  }
  • Weighted
    Picks a weighted value from a array of  "weight : value" pairs – weights are entered as strings
    • { "*weighted*" : [ { <Int> : <Int|Float> } , <Int> : <Int|Float> } ... ]  }

 

  • No labels