mirror of
https://github.com/centau/vide.git
synced 2026-08-20 06:21:37 +00:00
add Camera and WorldModel to list of instances recognized by vide.create
This commit is contained in:
parent
cf58410b89
commit
cb6022d934
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