How to Create New Instances of a Class - Gnorion/BizVR GitHub Wiki
How to Create New Instances of a Class
The simplest way is to use the built in method "new" which uses keywords to specify which attributes you want to set
You can also define your own "new" method that would take positional arguments Class Methods