Previous topic

udpserializer

Next topic

Unit Tests

This Page

visualparams

class pyogp.lib.base.visualparams.VisualParams
The visual params of an agent
class pyogp.lib.base.visualparams.Param(id, group, name, wearable, value_default, value_min, value_max, value, label, label_min, label_max)

a visual parameter of an agent

byteToFloat(val)
Converts val from a byte to a float and stores its to value
floatToByte()
Converts value from a float to a byte