Sfoglia il codice sorgente

getDefaultPosition

tangning 16 ore fa
parent
commit
82627e60cb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/sdk/sdk.ts

+ 1 - 0
src/sdk/sdk.ts

@@ -53,6 +53,7 @@ export type SceneModel = ToChangeAPI<SceneModelAttrs> & {
   leaveTransform: () => void;
   putInFrontOfCam: () => void;
   getDefaultRotation: () => SceneLocalPos;
+  getDefaultPosition: () => SceneLocalPos;
   enterAlignment: () => void;
   leaveAlignment: () => void;
   enterScaleSet: () => ScaleSet;