A library.
Library Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Assets | Assets | read | Every library asset. |
| FilePath | File (String) | read | The file path. |
| FullName | File (String) | read | The full path including the name. |
| Index | Long | read | Index of the object within its parent object. |
| Name | String | read | The name of the object. |
| Parent | Object | read | The parent of the object. |
Library Methods
| Method | Returns | Description |
|---|---|---|
| Close | Nothing | Closes the object. |
| Store | Asset | Stores the object in a library. |