企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
These interfaces are defined in FrameXML. UI[Mixin](https://www.townlong-yak.com/framexml/go/Mixin)(object, ...) - Mixins mixins into an existing object and returns that. UI[CreateFromMixins](https://www.townlong-yak.com/framexml/go/CreateFromMixins)(...) - Mixins mixins into a new object and returns that. UI[CreateColor](https://www.townlong-yak.com/framexml/go/CreateColor)(r, g, b, a) - Returns a[ColorMixin](https://wow.gamepedia.com/index.php?title=ColorMixin&action=edit&redlink=1 "ColorMixin (page does not exist)"). UI[CreateFramePool](https://www.townlong-yak.com/framexml/go/CreateFramePool)(frameType \[, parent, frameTemplate, resetterFunc, forbidden\]) - Returns a[FramePoolMixin](https://wow.gamepedia.com/index.php?title=FramePoolMixin&action=edit&redlink=1 "FramePoolMixin (page does not exist)"). UI[CreateFramePoolCollection](https://www.townlong-yak.com/framexml/go/CreateFramePoolCollection)() - Returns a[FramePoolCollectionMixin.](https://wow.gamepedia.com/index.php?title=FramePoolCollectionMixin.&action=edit&redlink=1 "FramePoolCollectionMixin. (page does not exist)") UI[CreateRectangle](https://www.townlong-yak.com/framexml/go/CreateRectangle)(left, right, top, bottom) - Returns a[RectangleMixin](https://wow.gamepedia.com/index.php?title=RectangleMixin&action=edit&redlink=1 "RectangleMixin (page does not exist)"). UI[CreateVector2D](https://www.townlong-yak.com/framexml/go/CreateVector2D)(x, y) - Returns a[Vector2DMixin](https://wow.gamepedia.com/index.php?title=Vector2DMixin&action=edit&redlink=1 "Vector2DMixin (page does not exist)"). UI[CreateVector3D](https://www.townlong-yak.com/framexml/go/CreateVector3D)(x, y, z) - Returns a[Vector3DMixin](https://wow.gamepedia.com/index.php?title=Vector3DMixin&action=edit&redlink=1 "Vector3DMixin (page does not exist)").