This commit is contained in:
NoryiE
2025-02-15 17:19:16 +00:00
parent 4d99507f4f
commit c6a89e5b35
13 changed files with 155 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
|---|---|---|
|[PropertySystem.addSetterHook](#PropertySystem.addSetterHook)|-|
|[PropertySystem.blueprint](#PropertySystem.blueprint)|table|
|[PropertySystem.combineProperties](#PropertySystem.combineProperties)|-|
|[PropertySystem.createFromBlueprint](#PropertySystem.createFromBlueprint)|-|
|[PropertySystem.defineProperty](#PropertySystem.defineProperty)|-|
|[PropertySystem:__init](#PropertySystem:__init)|-|
@@ -28,6 +29,8 @@ Creates a blueprint of an element class with all its properties
### Returns
* `table` `blueprint` A table containing all property definitions
## PropertySystem.combineProperties()
## PropertySystem.createFromBlueprint()
## PropertySystem.defineProperty()