mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
add remaining UI constraint and layout classes for vide.create
This commit is contained in:
parent
452060a533
commit
04c380e3c8
1 changed files with 10 additions and 0 deletions
|
|
@ -70,6 +70,16 @@ type Instances = {
|
||||||
UIGradient: UIGradient,
|
UIGradient: UIGradient,
|
||||||
UIGridLayout: UIGridLayout,
|
UIGridLayout: UIGridLayout,
|
||||||
UIListLayout: UIListLayout,
|
UIListLayout: UIListLayout,
|
||||||
|
UIStroke: UIStroke,
|
||||||
|
UIDragDetector: UIDragDetector,
|
||||||
|
UIFlexItem: UIFlexItem,
|
||||||
|
UIPadding: UIPadding,
|
||||||
|
UIPageLayout: UIPageLayout,
|
||||||
|
UIScale: UIScale,
|
||||||
|
UIShadow: UIShadow,
|
||||||
|
UISizeConstraint: UISizeConstraint,
|
||||||
|
UITableLayout: UITableLayout,
|
||||||
|
UITextSizeConstraint: UITextSizeConstraint,
|
||||||
Camera: Camera,
|
Camera: Camera,
|
||||||
WorldModel: WorldModel,
|
WorldModel: WorldModel,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue