@@ -46,6 +46,8 @@ import {
4646 RsModelServiceApi ,
4747 RsEnvironmentServiceApi ,
4848 UseBase ,
49+ EasyPropertyAnimationApi ,
50+ RsServiceApi ,
4951} from "oflow-interface" ;
5052import type { FunctionComponent } from "react" ;
5153
@@ -78,12 +80,16 @@ export let lightAnimation: LightAnimationApi
7880export let shadowAnimation : ShadowAnimationApi
7981export let skyboxAnimation : SkyboxAnimationApi
8082
83+ export let easyPropertyAnimation : EasyPropertyAnimationApi
84+
8185export let rsSelectionService : RsSelectionServiceApi
8286
8387export let rsNodeService : RsNodeServiceApi
8488export let rsModelService : RsModelServiceApi
8589export let rsEnvironmentService : RsEnvironmentServiceApi
8690
91+ export let rsService : RsServiceApi
92+
8793export let syncService : SyncServiceApi
8894export let historyService : HistoryServiceApi
8995
@@ -177,12 +183,16 @@ export function loadApi() {
177183 shadowAnimation = api . services . engine . animation . shadowAnimation
178184 skyboxAnimation = api . services . engine . animation . skyboxAnimation
179185
186+ easyPropertyAnimation = api . services . engine . animation . easyPropertyAnimation
187+
180188 rsSelectionService = api . services . engine . operate . rsSelectionService
181189
182190 rsNodeService = api . services . engine . render . rsNodeService
183191 rsModelService = api . services . engine . render . rsModelService
184192 rsEnvironmentService = api . services . engine . render . rsEnvironmentService
185193
194+ rsService = api . services . engine . rsService
195+
186196 syncService = api . services . sync . syncService
187197 historyService = api . services . sync . historyService
188198 rvGlobalService = api . services . sync . rvGlobalService
0 commit comments