Updated specs
@@ -64,9 +64,9 @@ Register a listener for when the module is destroyed from the scene. Make sure y
|
||||
api.onDestroy(callback);
|
||||
```
|
||||
|
||||
| Argument | Type | Description |
|
||||
| -------- | ------------------ | ------------------------------------------------------------ |
|
||||
| callback | ( value:any ):void | Function that will be called when the module gets destroyed. |
|
||||
| Argument | Type | Description |
|
||||
| -------- | -------- | ------------------------------------------------------------ |
|
||||
| callback | ( ):void | Function that will be called when the module gets destroyed. |
|
||||
|
||||
### onPropertyUpdate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user