docs update

This commit is contained in:
richard 2021-08-30 09:30:15 +01:00
parent 4b3f4433a3
commit a98e0bef65
16 changed files with 1517 additions and 2570 deletions

View file

@ -61,7 +61,7 @@ for name, attr in getmembers(rl):
else:
setattr(PyRay, name, attr)
for struct in ('Vector2','Vector3','Vector4','Camera2D', 'Camera3D', 'Quaternion', 'Color', 'Rectangle'):
for struct in ffi.list_types()[0]:
f = makeStructHelper(struct)
setattr(PyRay, struct, f)