docs update
This commit is contained in:
parent
4b3f4433a3
commit
a98e0bef65
16 changed files with 1517 additions and 2570 deletions
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue