mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Merge pull request #63 from devsarim/main
add Camera and WorldModel to list of instances recognized by `vide.cr…
This commit is contained in:
commit
a0eca04903
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ type Instances = {
|
|||
UIGradient: UIGradient,
|
||||
UIGridLayout: UIGridLayout,
|
||||
UIListLayout: UIListLayout,
|
||||
Camera: Camera,
|
||||
WorldModel: WorldModel,
|
||||
}
|
||||
|
||||
type function Properties(instance: type?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue