> Interface for accessing materials of human.
Accessible from: `human.materials`
### Properties
---
##### Body:
```py
human.materials.body
>>> Material
```
*Read-only*
Body material.
`Returns Material `
---
##### Clothing:
```py
human.materials.clothing
>>> list
```
*Read-only*
Clothing materials.
`Returns list `
---
##### Eye Inner:
```py
human.materials.eye_inner
>>> Material
```
*Read-only*
Inner eye material.
`Returns Material `
---
##### Eye Outer:
```py
human.materials.eye_outer
>>> Material
```
*Read-only*
Outer eye material.
`Returns Material `
---
##### Teeth:
```py
human.materials.teeth
>>> Material
```
*Read-only*
Teeth material.
`Returns Material `
---