InstallLocationCard
Inherits: Control
Properties
| Type | Name | Default |
|---|---|---|
| TextureRect | icon | |
| Label | name_label | |
| Label | desc_label | |
| Label | drive_size_label | |
| ProgressBar | drive_used_bar | |
| TextureRect | highlight | |
| Library.InstallLocation | location |
Methods
| Returns | Signature |
|---|---|
| InstallLocationCard | from_location(location: Library.InstallLocation) |
Property Descriptions
icon
TextureRect icon
Note
There is currently no description for this property. Please help us by contributing one!
name_label
Label name_label
Note
There is currently no description for this property. Please help us by contributing one!
desc_label
Label desc_label
Note
There is currently no description for this property. Please help us by contributing one!
drive_size_label
Label drive_size_label
Note
There is currently no description for this property. Please help us by contributing one!
drive_used_bar
ProgressBar drive_used_bar
Note
There is currently no description for this property. Please help us by contributing one!
highlight
TextureRect highlight
Note
There is currently no description for this property. Please help us by contributing one!
location
Library.InstallLocation location
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
from_location()
InstallLocationCard from_location(location: Library.InstallLocation)
Creates an InstallLocationCard instance for the given install location