diff --git a/docs/index.html b/docs/index.html index 39e924f..656b358 100644 --- a/docs/index.html +++ b/docs/index.html @@ -44,7 +44,16 @@ homepage: 'Home.md', name: 'Basalt', repo: 'https://github.com/Pyroxenium/Basalt', - auto2top: true + auto2top: true, + search: { + maxAge: 86400000, // Expiration time, the default one day + paths: 'auto', + placeholder: 'Type to search', + noData: 'No Results!', + // Headline depth, 1 - 6 + depth: 6, + hideOtherSidebarContent: false, // whether or not to hide other sidebar content + } } @@ -52,6 +61,7 @@ + diff --git a/docs/objects/Object.md b/docs/objects/Object.md index 55dc2f3..cf543fb 100644 --- a/docs/objects/Object.md +++ b/docs/objects/Object.md @@ -10,6 +10,7 @@ Its default position is always 1, 1 (based on it's parent frame). The default an |[isVisible](objects/Object/isVisible.md)|Returns if the object is currently visible |[enable](objects/Object/enable.md)|Listens to incoming events |[disable](objects/Object/disable.md)|Ignores all incoming events +|[remove](objects/Object/remove.md)|Removes the children object from it's parent object |[setPosition](objects/Object/setPosition.md)|Changes the position (x,y) |[getPosition](objects/Object/getPosition.md)|Returns the current position |[setBackground](objects/Object/setBackground.md)|Changes the object's background