@hellpig/anarchy-engine 22.0.4 → 22.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Abstract/Entities/AbstractEntity.d.ts +2 -2
- package/dist/Abstract/Factories/AbstractFactory.d.ts +2 -2
- package/dist/Abstract/Factories/ReactiveFactory.d.ts +2 -2
- package/dist/Abstract/Loaders/AbstractLoader.d.ts +2 -2
- package/dist/Abstract/Mixins/WithWrapperIdMixin.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractAsyncEntityRegistry.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractEntity.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractEntityRegistry.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractLoader.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractLoop.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractOnLoadFunction.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractResourceAsyncRegistry.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractResourceConfig.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractService.d.ts +1 -1
- package/dist/Abstract/Models/TAbstractSimpleRegistry.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractWatcher.d.ts +2 -2
- package/dist/Abstract/Models/TAbstractWrapper.d.ts +1 -1
- package/dist/Abstract/Models/TEntity.d.ts +1 -1
- package/dist/Abstract/Models/TEntityParams.d.ts +2 -2
- package/dist/Abstract/Models/TFactory.d.ts +2 -2
- package/dist/Abstract/Models/TMultitonWatcher.d.ts +1 -1
- package/dist/Abstract/Models/TMultitonWatcherWithState.d.ts +1 -1
- package/dist/Abstract/Models/TReactiveFactory.d.ts +1 -1
- package/dist/Abstract/Models/TSerializableEntitiesService.d.ts +1 -1
- package/dist/Abstract/Models/TWatcher.d.ts +1 -1
- package/dist/Abstract/Models/TWrapper.d.ts +1 -1
- package/dist/Abstract/Registries/AbstractEntityAsyncRegistry.d.ts +3 -3
- package/dist/Abstract/Registries/AbstractEntityRegistry.d.ts +3 -3
- package/dist/Abstract/Registries/AbstractResourceAsyncRegistry.d.ts +2 -2
- package/dist/Abstract/Registries/AbstractSimpleRegistry.d.ts +2 -2
- package/dist/Abstract/Registries/AbstractWatcherRegistry.d.ts +2 -2
- package/dist/Abstract/Registries/Mixin/Registry/WithBaseAccessorsRegistry.d.ts +1 -1
- package/dist/Abstract/Registries/Mixin/Registry/WithReactiveRegistry.d.ts +2 -2
- package/dist/Abstract/Registries/ValidateRegistryOriginalsTestSuite.d.ts +1 -1
- package/dist/Abstract/Services/AbstractService.d.ts +2 -2
- package/dist/Abstract/Watchers/AbstractWatcher.d.ts +2 -2
- package/dist/Abstract/Watchers/AbstractWatcherWithState.d.ts +2 -2
- package/dist/Abstract/Wrappers/AbstractWrapper.d.ts +4 -4
- package/dist/Actor/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Actor/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Actor/Adapters/Helpers/ActorStatesConfigToParams.d.ts +1 -1
- package/dist/Actor/Adapters/Helpers/Model3dSettingsConfigToParams.d.ts +1 -1
- package/dist/Actor/Entities/Actor/Actor.d.ts +1 -1
- package/dist/Actor/Factories/ActorFactory.d.ts +1 -1
- package/dist/Actor/Mixins/WithActorStates.d.ts +1 -1
- package/dist/Actor/Models/TActor.d.ts +2 -2
- package/dist/Actor/Models/TActorConfig.d.ts +4 -4
- package/dist/Actor/Models/TActorConfigToParamsDependencies.d.ts +4 -4
- package/dist/Actor/Models/TActorDependencies.d.ts +7 -7
- package/dist/Actor/Models/TActorEntities.d.ts +4 -4
- package/dist/Actor/Models/TActorEntityToConfigDependencies.d.ts +1 -1
- package/dist/Actor/Models/TActorFactory.d.ts +1 -1
- package/dist/Actor/Models/TActorModel3dSettingsConfig.d.ts +1 -1
- package/dist/Actor/Models/TActorParams.d.ts +9 -9
- package/dist/Actor/Models/TActorRegistry.d.ts +1 -1
- package/dist/Actor/Models/TActorService.d.ts +2 -2
- package/dist/Actor/Models/TActorStates.d.ts +1 -1
- package/dist/Actor/Models/TActorTransformAgents.d.ts +1 -1
- package/dist/Actor/Models/TActorTransformDrive.d.ts +1 -1
- package/dist/Actor/Models/TAnimationsFsmSource.d.ts +1 -1
- package/dist/Actor/Models/TModel3dToActorConnectionRegistry.d.ts +2 -2
- package/dist/Actor/Models/TParamsFromConfigActor.d.ts +1 -1
- package/dist/Actor/Models/TWithActorStates.d.ts +1 -1
- package/dist/Actor/Registries/ActorRegistry.d.ts +1 -1
- package/dist/Actor/Registries/Model3dToActorConnectionRegistry.d.ts +1 -1
- package/dist/Actor/Services/ActorService.d.ts +2 -2
- package/dist/Actor/TransformDrive/ActorTransformDrive.d.ts +1 -1
- package/dist/Actor/Utils/ActorUtils.d.ts +2 -2
- package/dist/Animations/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Animations/Loader/AnimationsLoader.d.ts +3 -3
- package/dist/Animations/Models/TAnimationActionsPack.d.ts +1 -1
- package/dist/Animations/Models/TAnimationsLoader.d.ts +1 -1
- package/dist/Animations/Models/TAnimationsMetaInfoRegistry.d.ts +1 -1
- package/dist/Animations/Models/TAnimationsResourceAsyncRegistry.d.ts +1 -1
- package/dist/Animations/Models/TAnimationsResourceConfig.d.ts +1 -1
- package/dist/Animations/Models/TAnimationsService.d.ts +4 -4
- package/dist/Animations/Registries/AnimationsMetaInfoRegistry.d.ts +1 -1
- package/dist/Animations/Registries/AnimationsResourceAsyncRegistry.d.ts +1 -1
- package/dist/Animations/Services/AnimationsService.d.ts +3 -3
- package/dist/Animations/Utils/SerializationUtils.d.ts +1 -1
- package/dist/Audio/Adapters/AudioConfigToParams.d.ts +1 -1
- package/dist/Audio/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Audio/Factories/AudioFactory.d.ts +1 -1
- package/dist/Audio/Loader/AudioLoader.d.ts +2 -2
- package/dist/Audio/Models/TAbstractAudioWrapper.d.ts +1 -1
- package/dist/Audio/Models/TAudio3dParams.d.ts +1 -1
- package/dist/Audio/Models/TAudio3dPerformanceOptions.d.ts +1 -1
- package/dist/Audio/Models/TAudio3dTransformAgents.d.ts +2 -2
- package/dist/Audio/Models/TAudio3dTransformDrive.d.ts +1 -1
- package/dist/Audio/Models/TAudio3dWrapper.d.ts +1 -1
- package/dist/Audio/Models/TAudioConfig.d.ts +1 -1
- package/dist/Audio/Models/TAudioFactory.d.ts +1 -1
- package/dist/Audio/Models/TAudioListenersRegistry.d.ts +1 -1
- package/dist/Audio/Models/TAudioLoader.d.ts +1 -1
- package/dist/Audio/Models/TAudioLoop.d.ts +1 -1
- package/dist/Audio/Models/TAudioMetaInfoRegistry.d.ts +1 -1
- package/dist/Audio/Models/TAudioParams.d.ts +2 -2
- package/dist/Audio/Models/TAudioPerformanceOptions.d.ts +1 -1
- package/dist/Audio/Models/TAudioRegistry.d.ts +1 -1
- package/dist/Audio/Models/TAudioResourceAsyncRegistry.d.ts +1 -1
- package/dist/Audio/Models/TAudioResourceConfig.d.ts +1 -1
- package/dist/Audio/Models/TAudioService.d.ts +2 -2
- package/dist/Audio/Models/TAudioServiceDependencies.d.ts +1 -1
- package/dist/Audio/Models/TAudioWrapperDependencies.d.ts +1 -1
- package/dist/Audio/Registries/AudioListenersRegistry.d.ts +1 -1
- package/dist/Audio/Registries/AudioMetaInfoRegistry.d.ts +1 -1
- package/dist/Audio/Registries/AudioRegistry.d.ts +1 -1
- package/dist/Audio/Registries/AudioResourceAsyncRegistry.d.ts +1 -1
- package/dist/Audio/Services/AudioService.d.ts +3 -3
- package/dist/Audio/TransformDrive/Audio3dTransformDrive.d.ts +1 -1
- package/dist/Audio/Utils/AudioUtils.d.ts +2 -2
- package/dist/Audio/Utils/DebugAudioRenderer.d.ts +3 -3
- package/dist/Audio/Wrappers/AbstractAudioWrapper.d.ts +1 -1
- package/dist/Audio/Wrappers/Audio3dWrapper.d.ts +1 -1
- package/dist/Audio/Wrappers/AudioWrapper.d.ts +1 -1
- package/dist/Camera/Adapters/ConfigToParams.d.ts +2 -2
- package/dist/Camera/Adapters/EntityToConfig.d.ts +3 -3
- package/dist/Camera/Factories/CameraFactory.d.ts +1 -1
- package/dist/Camera/Models/TAbstractCameraRegistry.d.ts +1 -1
- package/dist/Camera/Models/TCameraFactory.d.ts +1 -1
- package/dist/Camera/Models/TCameraService.d.ts +2 -2
- package/dist/Camera/Models/TCameraServiceDependencies.d.ts +3 -3
- package/dist/Camera/Models/TCameraTransformAgents.d.ts +2 -2
- package/dist/Camera/Models/TCameraTransformDrive.d.ts +1 -1
- package/dist/Camera/Models/TCameraWrapper.d.ts +4 -4
- package/dist/Camera/Models/TCameraWrapperDependencies.d.ts +3 -3
- package/dist/Camera/Models/TCommonCameraConfig.d.ts +2 -2
- package/dist/Camera/Models/TCommonCameraParams.d.ts +4 -4
- package/dist/Camera/Models/TOrthographicCameraWrapper.d.ts +1 -1
- package/dist/Camera/Models/TPerspectiveCameraWrapper.d.ts +1 -1
- package/dist/Camera/Registries/AbstractCameraRegistry.d.ts +1 -1
- package/dist/Camera/Services/CameraService.d.ts +2 -2
- package/dist/Camera/TransformDrive/CameraTransformDrive.d.ts +1 -1
- package/dist/Camera/Utils/CameraUtils.d.ts +3 -3
- package/dist/Camera/Wrappers/Accessors.d.ts +2 -2
- package/dist/Camera/Wrappers/OrthographicCameraWrapper.d.ts +1 -1
- package/dist/Camera/Wrappers/PerspectiveCameraWrapper.d.ts +1 -1
- package/dist/Collisions/Mixins/WithCollisions.d.ts +2 -2
- package/dist/Collisions/Models/TBvhService.d.ts +3 -3
- package/dist/Collisions/Models/TCollisionCheckResult.d.ts +1 -1
- package/dist/Collisions/Models/TCollisionsData.d.ts +1 -1
- package/dist/Collisions/Models/TCollisionsDataConfig.d.ts +1 -1
- package/dist/Collisions/Models/TCollisionsDataParams.d.ts +1 -1
- package/dist/Collisions/Models/TCollisionsLoop.d.ts +1 -1
- package/dist/Collisions/Models/TCollisionsMethods.d.ts +2 -2
- package/dist/Collisions/Models/TCollisionsService.d.ts +2 -2
- package/dist/Collisions/Models/TWithCollisions.d.ts +1 -1
- package/dist/Collisions/Services/BvhService.d.ts +1 -1
- package/dist/Collisions/Services/CollisionsService.d.ts +1 -1
- package/dist/Color/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Color/Models/TColorWrapper.d.ts +1 -1
- package/dist/Color/Wrappers/ColorWrapper.d.ts +1 -1
- package/dist/Context/AmbientContext/Models/TAmbientContext.d.ts +1 -1
- package/dist/Controls/Adapters/ConfigToParams.d.ts +2 -2
- package/dist/Controls/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Controls/Factories/ControlsFactory.d.ts +1 -1
- package/dist/Controls/Loop/ControlsLoopEffect.d.ts +1 -1
- package/dist/Controls/Models/TAdditionalControlsConfigParams.d.ts +2 -2
- package/dist/Controls/Models/TBaseControlsParams.d.ts +2 -2
- package/dist/Controls/Models/TControlService.d.ts +2 -2
- package/dist/Controls/Models/TControlsFactory.d.ts +1 -1
- package/dist/Controls/Models/TControlsLoop.d.ts +1 -1
- package/dist/Controls/Models/TControlsRegistry.d.ts +1 -1
- package/dist/Controls/Models/TControlsServiceDependencies.d.ts +1 -1
- package/dist/Controls/Models/TFpsControlsParams.d.ts +2 -2
- package/dist/Controls/Models/TFpsControlsWrapper.d.ts +5 -5
- package/dist/Controls/Models/TOrbitControlsAccessors.d.ts +1 -1
- package/dist/Controls/Models/TOrbitControlsParams.d.ts +2 -2
- package/dist/Controls/Models/TOrbitControlsWrapper.d.ts +6 -6
- package/dist/Controls/Registries/ControlsRegistry.d.ts +1 -1
- package/dist/Controls/Services/ControlsService.d.ts +2 -2
- package/dist/Controls/Utils/ControlsUtils.d.ts +2 -2
- package/dist/Controls/Wrappers/FpsControls/FpsControlsAccessors.d.ts +2 -2
- package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapper.d.ts +1 -1
- package/dist/Controls/Wrappers/FpsControls/FpsControlsWrapperHelper.d.ts +1 -1
- package/dist/Controls/Wrappers/OrbitControls/OrbitControlsAccessors.d.ts +2 -2
- package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapper.d.ts +1 -1
- package/dist/Controls/Wrappers/OrbitControls/OrbitControlsWrapperHelper.d.ts +1 -1
- package/dist/Distance/Utils/DistanceUtils.d.ts +1 -1
- package/dist/EnvMap/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/EnvMap/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/EnvMap/Factories/EnvMapFactory.d.ts +1 -1
- package/dist/EnvMap/Loader/EnvMapLoader.d.ts +2 -2
- package/dist/EnvMap/Models/TEnvMapFactory.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapLoader.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapMetaInfoRegistry.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapParams.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapRegistry.d.ts +2 -2
- package/dist/EnvMap/Models/TEnvMapResourceConfig.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapService.d.ts +3 -3
- package/dist/EnvMap/Models/TEnvMapTextureAsyncRegistry.d.ts +2 -2
- package/dist/EnvMap/Models/TEnvMapTextureOptions.d.ts +1 -1
- package/dist/EnvMap/Models/TEnvMapWrapper.d.ts +2 -2
- package/dist/EnvMap/Registries/EnvMapMetaInfoRegistry.d.ts +1 -1
- package/dist/EnvMap/Registries/EnvMapRegistry.d.ts +1 -1
- package/dist/EnvMap/Registries/EnvMapTextureAsyncRegistry.d.ts +1 -1
- package/dist/EnvMap/Services/EnvMapService.d.ts +3 -3
- package/dist/EnvMap/Wrappers/EnvMapWrapper.d.ts +1 -1
- package/dist/Fog/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Fog/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Fog/Factories/FogFactory.d.ts +1 -1
- package/dist/Fog/Models/TFogFactory.d.ts +1 -1
- package/dist/Fog/Models/TFogParams.d.ts +1 -1
- package/dist/Fog/Models/TFogRegistry.d.ts +1 -1
- package/dist/Fog/Models/TFogService.d.ts +2 -2
- package/dist/Fog/Models/TFogWrapper.d.ts +2 -2
- package/dist/Fog/Registries/FogRegistry.d.ts +1 -1
- package/dist/Fog/Services/FogService.d.ts +2 -2
- package/dist/Fog/Wrappers/FogWrapper.d.ts +1 -1
- package/dist/Fsm/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Fsm/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Fsm/Entities/FsmSource.d.ts +1 -1
- package/dist/Fsm/Factories/FsmInstanceFactory.d.ts +1 -1
- package/dist/Fsm/Factories/FsmSourceFactory.d.ts +1 -1
- package/dist/Fsm/Models/TFsmInstanceFactory.d.ts +2 -2
- package/dist/Fsm/Models/TFsmInstanceRegistry.d.ts +1 -1
- package/dist/Fsm/Models/TFsmInstanceService.d.ts +2 -2
- package/dist/Fsm/Models/TFsmParams.d.ts +2 -2
- package/dist/Fsm/Models/TFsmService.d.ts +4 -4
- package/dist/Fsm/Models/TFsmSource.d.ts +1 -1
- package/dist/Fsm/Models/TFsmSourceFactory.d.ts +2 -2
- package/dist/Fsm/Models/TFsmSourceRegistry.d.ts +1 -1
- package/dist/Fsm/Models/TFsmSourceService.d.ts +2 -2
- package/dist/Fsm/Models/TFsmWrapper.d.ts +3 -3
- package/dist/Fsm/Registries/FsmInstanceRegistry.d.ts +1 -1
- package/dist/Fsm/Registries/FsmSourceRegistry.d.ts +1 -1
- package/dist/Fsm/Services/FsmInstanceService.d.ts +2 -2
- package/dist/Fsm/Services/FsmService.d.ts +1 -1
- package/dist/Fsm/Services/FsmSourceService.d.ts +1 -1
- package/dist/Fsm/Wrappers/FsmWrapper.d.ts +1 -1
- package/dist/Global/Decorators/ContainerDecorator.d.ts +1 -1
- package/dist/Global/Models/TContainerDecorator.d.ts +2 -2
- package/dist/Global/Utils/ContainerUtils.d.ts +1 -1
- package/dist/Intersections/Adapters/ConfigToParams.d.ts +5 -5
- package/dist/Intersections/Adapters/EntityToConfig.d.ts +2 -2
- package/dist/Intersections/Factories/IntersectionsWatcherFactory.d.ts +1 -1
- package/dist/Intersections/Models/TAbstractIntersectionsWatcher.d.ts +3 -3
- package/dist/Intersections/Models/TAbstractIntersectionsWatcherParams.d.ts +2 -2
- package/dist/Intersections/Models/TIntersectionsCameraWatcher.d.ts +1 -1
- package/dist/Intersections/Models/TIntersectionsCameraWatcherParams.d.ts +1 -1
- package/dist/Intersections/Models/TIntersectionsDirectionWatcher.d.ts +2 -2
- package/dist/Intersections/Models/TIntersectionsDirectionWatcherParams.d.ts +1 -1
- package/dist/Intersections/Models/TIntersectionsLoop.d.ts +1 -1
- package/dist/Intersections/Models/TIntersectionsWatcherFactory.d.ts +5 -5
- package/dist/Intersections/Models/TIntersectionsWatcherRegistry.d.ts +1 -1
- package/dist/Intersections/Models/TIntersectionsWatcherService.d.ts +6 -6
- package/dist/Intersections/Registries/IntersectionsWatcherRegistry.d.ts +1 -1
- package/dist/Intersections/Services/IntersectionsWatcherService.d.ts +1 -1
- package/dist/Intersections/Utils/IntersectionsWatcherUtils.d.ts +2 -2
- package/dist/Intersections/Watchers/AbstractIntersectionsWatcher.d.ts +1 -1
- package/dist/Intersections/Watchers/IntersectionsCameraWatcher.d.ts +1 -1
- package/dist/Intersections/Watchers/IntersectionsDirectionWatcher.d.ts +1 -1
- package/dist/Keyboard/Factories/KeyWatcherFactory.d.ts +1 -1
- package/dist/Keyboard/Models/TGameKey.d.ts +1 -1
- package/dist/Keyboard/Models/TKeyComboWatcher.d.ts +1 -1
- package/dist/Keyboard/Models/TKeyWatcher.d.ts +1 -1
- package/dist/Keyboard/Models/TKeyWatcherFactory.d.ts +1 -1
- package/dist/Keyboard/Models/TKeyWatcherParams.d.ts +3 -3
- package/dist/Keyboard/Models/TKeyWatcherRegistry.d.ts +1 -1
- package/dist/Keyboard/Models/TKeyboardService.d.ts +2 -2
- package/dist/Keyboard/Registries/KeyWatcherRegistry.d.ts +1 -1
- package/dist/Keyboard/Services/KeyboardService.d.ts +2 -2
- package/dist/Keyboard/Utils/KeysRxJsUtils.d.ts +1 -1
- package/dist/Keyboard/Utils/KeysUtils.d.ts +1 -1
- package/dist/Keyboard/Watchers/KeyComboWatcher.d.ts +1 -1
- package/dist/Keyboard/Watchers/KeyPressWatcher.d.ts +1 -1
- package/dist/Keyboard/Watchers/KeyReleaseWatcher.d.ts +1 -1
- package/dist/Kinematic/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Kinematic/Adapters/EntityToConfig.d.ts +2 -2
- package/dist/Kinematic/Constants/KinematicConstants.d.ts +2 -2
- package/dist/Kinematic/Models/TKinematicConfig.d.ts +1 -1
- package/dist/Kinematic/Models/TKinematicData.d.ts +1 -1
- package/dist/Kinematic/Models/TKinematicLoop.d.ts +1 -1
- package/dist/Kinematic/Models/TKinematicMethods.d.ts +4 -4
- package/dist/Kinematic/Models/TKinematicParams.d.ts +1 -1
- package/dist/Kinematic/Models/TKinematicState.d.ts +3 -3
- package/dist/Kinematic/Utils/KinematicUtils.d.ts +1 -1
- package/dist/Light/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Light/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Light/Factories/LightFactory.d.ts +1 -1
- package/dist/Light/Models/TAbstractLightParams.d.ts +4 -4
- package/dist/Light/Models/TAbstractLightWrapper.d.ts +4 -4
- package/dist/Light/Models/TLightConfig.d.ts +2 -2
- package/dist/Light/Models/TLightFactory.d.ts +2 -2
- package/dist/Light/Models/TLightRegistry.d.ts +2 -2
- package/dist/Light/Models/TLightService.d.ts +2 -2
- package/dist/Light/Models/TLightServiceDependencies.d.ts +1 -1
- package/dist/Light/Models/TLightTransformAgents.d.ts +2 -2
- package/dist/Light/Models/TLightTransformDrive.d.ts +1 -1
- package/dist/Light/Models/TShadowCameraConfig.d.ts +1 -1
- package/dist/Light/Models/TShadowCameraParams.d.ts +1 -1
- package/dist/Light/Registries/LightRegistry.d.ts +1 -1
- package/dist/Light/Services/LightService.d.ts +2 -2
- package/dist/Light/TransformDrive/LightTransformDrive.d.ts +1 -1
- package/dist/Light/Utils/Utils.d.ts +2 -2
- package/dist/Light/Wrappers/AbstractLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/AmbientLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/DirectionalLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/HemisphereLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/LightWrapperHelper.d.ts +2 -2
- package/dist/Light/Wrappers/PointLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/RectAreaLightWrapper.d.ts +1 -1
- package/dist/Light/Wrappers/SpotLightWrapper.d.ts +1 -1
- package/dist/LoadingManager/Factories/LoadingManagerFactory.d.ts +1 -1
- package/dist/LoadingManager/Models/TLoadingEvent.d.ts +1 -1
- package/dist/LoadingManager/Models/TLoadingManagerFactory.d.ts +1 -1
- package/dist/LoadingManager/Models/TLoadingManagerParams.d.ts +1 -1
- package/dist/LoadingManager/Models/TLoadingManagerRegistry.d.ts +1 -1
- package/dist/LoadingManager/Models/TLoadingManagerService.d.ts +2 -2
- package/dist/LoadingManager/Models/TLoadingManagerWrapper.d.ts +3 -3
- package/dist/LoadingManager/Registries/LoadingManagerRegistry.d.ts +1 -1
- package/dist/LoadingManager/Services/LoadingManagerService.d.ts +1 -1
- package/dist/LoadingManager/Wrappers/LoadingManagerWrapper.d.ts +1 -1
- package/dist/Loop/Constants/LoopsDefaultSettings.d.ts +1 -1
- package/dist/Loop/Entities/DeltaCalculator.d.ts +1 -1
- package/dist/Loop/Entities/Loop.d.ts +1 -1
- package/dist/Loop/Factories/LoopFactory.d.ts +1 -1
- package/dist/Loop/Models/TDelta.d.ts +1 -1
- package/dist/Loop/Models/TDeltaCalculator.d.ts +1 -1
- package/dist/Loop/Models/TLoop.d.ts +3 -3
- package/dist/Loop/Models/TLoopFactory.d.ts +1 -1
- package/dist/Loop/Models/TLoopParams.d.ts +1 -1
- package/dist/Loop/Models/TLoopRegistry.d.ts +1 -1
- package/dist/Loop/Models/TLoopService.d.ts +14 -14
- package/dist/Loop/Models/TLoopWorkerRequestData.d.ts +1 -1
- package/dist/Loop/Models/TLoopWorkerResponseData.d.ts +1 -1
- package/dist/Loop/Registries/LoopRegistry.d.ts +1 -1
- package/dist/Loop/Services/LoopService.d.ts +1 -1
- package/dist/Loop/Utils/LoopDebugUtils.d.ts +1 -1
- package/dist/Loop/Utils/LoopUtils.d.ts +1 -1
- package/dist/Material/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Material/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Material/Constants/Material/MaterialMap.d.ts +1 -1
- package/dist/Material/Factories/MaterialFactory.d.ts +1 -1
- package/dist/Material/Mixins/WithMaterial.d.ts +3 -3
- package/dist/Material/Models/TAnyMaterialWrapper.d.ts +1 -1
- package/dist/Material/Models/TMaterialConfigOptions.d.ts +2 -2
- package/dist/Material/Models/TMaterialConfigToParamsDependencies.d.ts +1 -1
- package/dist/Material/Models/TMaterialEntityToConfigDependencies.d.ts +1 -1
- package/dist/Material/Models/TMaterialFactory.d.ts +1 -1
- package/dist/Material/Models/TMaterialParams.d.ts +1 -1
- package/dist/Material/Models/TMaterialParamsTextures.d.ts +1 -1
- package/dist/Material/Models/TMaterialRegistry.d.ts +1 -1
- package/dist/Material/Models/TMaterialService.d.ts +2 -2
- package/dist/Material/Models/TMaterialServiceDependencies.d.ts +1 -1
- package/dist/Material/Models/TWithMaterialType.d.ts +1 -1
- package/dist/Material/Registries/MaterialRegistry.d.ts +1 -1
- package/dist/Material/Services/MaterialService.d.ts +1 -1
- package/dist/Material/Utils/MaterialUtils.d.ts +2 -2
- package/dist/Material/Wrappers/MaterialWrapper.d.ts +1 -1
- package/dist/Math/Utils/AnglesUtils.d.ts +3 -3
- package/dist/Math/Utils/DistanceUtils.d.ts +1 -1
- package/dist/Measurements/Constants/Distance.d.ts +1 -1
- package/dist/Measurements/Constants/Time.d.ts +1 -1
- package/dist/Measurements/Utils/MeasurementsUtils.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveBy2dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveBy3dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveBy4dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveByWMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveByXMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveByYMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Movable/WithMoveByZMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Position/WithPosition2dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Position/WithPosition3dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Position/WithPosition4dMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Position/WithPositionMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationByWMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationByXMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationByXyzMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationByYMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationByZMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Rotatable/WithRotationMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/Scalable/WithScaleMixin.d.ts +1 -1
- package/dist/Mixins/GameObjects/Mixins/WithObject3D.d.ts +2 -2
- package/dist/Mixins/Generics/DestroyableMixin.d.ts +1 -1
- package/dist/Mixins/Generics/ExtractSerializableRegistrableFields.d.ts +1 -1
- package/dist/Mixins/Generics/Models/TWithActiveMixinResult.d.ts +1 -1
- package/dist/Mixins/Generics/Models/TWithName.d.ts +1 -1
- package/dist/Mixins/Generics/WithActiveEntityServiceMixin.d.ts +2 -2
- package/dist/Mixins/Generics/WithActiveMixin.d.ts +1 -1
- package/dist/Mixins/Generics/WithNameAndNameAccessorsMixin.d.ts +2 -2
- package/dist/Mixins/Services/Models/TWithFactoryService.d.ts +1 -1
- package/dist/Mixins/Services/Models/TWithLoadResourcesAsyncService.d.ts +1 -1
- package/dist/Mixins/Services/Models/TWithLoadResourcesService.d.ts +1 -1
- package/dist/Mixins/Services/Models/TWithResourcesMetaInfoRegistryService.d.ts +1 -1
- package/dist/Mixins/Services/Models/TWithSceneGetterService.d.ts +1 -1
- package/dist/Mixins/Services/Models/TWithSerializableEntities.d.ts +1 -1
- package/dist/Mixins/Services/WithCreateFromConfigService.d.ts +2 -2
- package/dist/Mixins/Services/WithCreateService.d.ts +2 -2
- package/dist/Mixins/Services/WithFactoryService.d.ts +2 -2
- package/dist/Mixins/Services/WithRegistryService.d.ts +1 -1
- package/dist/Mixins/Services/WithSceneGetterService.d.ts +2 -2
- package/dist/Mixins/Services/WithSerializableEntities.d.ts +3 -3
- package/dist/Mixins/Services/WithSerializeAllResources.d.ts +2 -2
- package/dist/Models3d/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Models3d/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Models3d/Entities/Model3d.d.ts +1 -1
- package/dist/Models3d/Factories/Models3dFactory.d.ts +1 -1
- package/dist/Models3d/Loaders/Loader3dCore.d.ts +3 -3
- package/dist/Models3d/Loaders/Models3dLoader.d.ts +3 -3
- package/dist/Models3d/Mixins/WithModel3dEntities.d.ts +1 -1
- package/dist/Models3d/Models/TModel3d.d.ts +2 -2
- package/dist/Models3d/Models/TModel3dConfig.d.ts +4 -4
- package/dist/Models3d/Models/TModel3dConfigToParamsDependencies.d.ts +2 -2
- package/dist/Models3d/Models/TModel3dDependencies.d.ts +1 -1
- package/dist/Models3d/Models/TModel3dEntities.d.ts +1 -1
- package/dist/Models3d/Models/TModel3dOptions.d.ts +2 -2
- package/dist/Models3d/Models/TModel3dParams.d.ts +5 -5
- package/dist/Models3d/Models/TModel3dRawToModel3dConnectionRegistry.d.ts +1 -1
- package/dist/Models3d/Models/TModel3dResourceConfig.d.ts +3 -3
- package/dist/Models3d/Models/TModels3dFactory.d.ts +1 -1
- package/dist/Models3d/Models/TModels3dLoader.d.ts +1 -1
- package/dist/Models3d/Models/TModels3dMetaInfoRegistry.d.ts +1 -1
- package/dist/Models3d/Models/TModels3dRegistry.d.ts +1 -1
- package/dist/Models3d/Models/TModels3dResourceAsyncRegistry.d.ts +1 -1
- package/dist/Models3d/Models/TModels3dService.d.ts +6 -6
- package/dist/Models3d/Models/TModels3dServiceDependencies.d.ts +2 -2
- package/dist/Models3d/Models/TPrimitiveModel3dParams.d.ts +1 -1
- package/dist/Models3d/Models/TWithModel3dEntities.d.ts +1 -1
- package/dist/Models3d/Registries/Model3dRawToModel3dConnectionRegistry.d.ts +1 -1
- package/dist/Models3d/Registries/Models3dMetaInfoRegistry.d.ts +1 -1
- package/dist/Models3d/Registries/Models3dRegistry.d.ts +1 -1
- package/dist/Models3d/Registries/Models3dResourceAsyncRegistry.d.ts +1 -1
- package/dist/Models3d/Services/Models3dService.d.ts +3 -3
- package/dist/Models3d/Utils/SerializationUtils.d.ts +1 -1
- package/dist/Models3d/Utils/UtilsModel3d.d.ts +3 -3
- package/dist/Models3d/Utils/UtilsModels3dService.d.ts +2 -2
- package/dist/Models3d/Utils/UtilsPrimitiveModels3d.d.ts +2 -2
- package/dist/Mouse/Factories/MouseClickWatcherFactory.d.ts +1 -1
- package/dist/Mouse/Factories/MousePositionWatcherFactory.d.ts +1 -1
- package/dist/Mouse/Models/TMouseClickWatcher.d.ts +1 -1
- package/dist/Mouse/Models/TMouseClickWatcherFactory.d.ts +1 -1
- package/dist/Mouse/Models/TMouseClickWatcherParams.d.ts +2 -2
- package/dist/Mouse/Models/TMouseClickWatcherRegistry.d.ts +1 -1
- package/dist/Mouse/Models/TMouseLoop.d.ts +1 -1
- package/dist/Mouse/Models/TMousePositionWatcher.d.ts +1 -1
- package/dist/Mouse/Models/TMousePositionWatcherFactory.d.ts +2 -2
- package/dist/Mouse/Models/TMousePositionWatcherParams.d.ts +2 -2
- package/dist/Mouse/Models/TMousePositionWatcherRegistry.d.ts +1 -1
- package/dist/Mouse/Models/TMouseService.d.ts +1 -1
- package/dist/Mouse/Models/TMouseWatcherEvent.d.ts +1 -1
- package/dist/Mouse/Registries/MouseClickWatcherRegistry.d.ts +1 -1
- package/dist/Mouse/Registries/MousePositionWatcherRegistry.d.ts +1 -1
- package/dist/Mouse/Services/MouseService.d.ts +3 -3
- package/dist/Mouse/Utils/MouseUtils.d.ts +2 -2
- package/dist/Mouse/Watchers/MouseClickWatcher.d.ts +1 -1
- package/dist/Mouse/Watchers/MousePositionWatcher.d.ts +1 -1
- package/dist/Particles/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Particles/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Particles/Factories/ParticlesFactory.d.ts +1 -1
- package/dist/Particles/Models/TParticlesConfig.d.ts +1 -1
- package/dist/Particles/Models/TParticlesConfigToParamsDependencies.d.ts +1 -1
- package/dist/Particles/Models/TParticlesFactory.d.ts +1 -1
- package/dist/Particles/Models/TParticlesParams.d.ts +4 -4
- package/dist/Particles/Models/TParticlesRegistry.d.ts +1 -1
- package/dist/Particles/Models/TParticlesService.d.ts +2 -2
- package/dist/Particles/Models/TParticlesServiceDependencies.d.ts +2 -2
- package/dist/Particles/Models/TParticlesTransformAgents.d.ts +2 -2
- package/dist/Particles/Models/TParticlesTransformDrive.d.ts +1 -1
- package/dist/Particles/Models/TParticlesWrapper.d.ts +6 -6
- package/dist/Particles/Registries/ParticlesRegistry.d.ts +1 -1
- package/dist/Particles/Services/ParticlesService.d.ts +2 -2
- package/dist/Particles/TransformDrive/ParticlesTransformDrive.d.ts +1 -1
- package/dist/Particles/Wrappers/ParticlesWrapper.d.ts +1 -1
- package/dist/Physics/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Physics/Adapters/PhysicsBodyConfigToParams.d.ts +1 -1
- package/dist/Physics/Adapters/PhysicsWorldConfigToParams.d.ts +1 -1
- package/dist/Physics/Constants/RigidBodyTypesMap.d.ts +1 -1
- package/dist/Physics/Entities/PhysicsBody.d.ts +1 -1
- package/dist/Physics/Entities/PhysicsBodyUtils.d.ts +2 -2
- package/dist/Physics/Factories/PhysicsBodyFactory.d.ts +1 -1
- package/dist/Physics/Mixins/WithPhysicsBodyEntities.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsBody.d.ts +2 -2
- package/dist/Physics/Models/TPhysicsBodyConfig.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsBodyFactory.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsBodyParams.d.ts +3 -3
- package/dist/Physics/Models/TPhysicsBodyRegistry.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsBodyService.d.ts +3 -3
- package/dist/Physics/Models/TPhysicsDebugRenderer.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsLoop.d.ts +1 -1
- package/dist/Physics/Models/TPhysicsWorldService.d.ts +2 -2
- package/dist/Physics/Registries/PhysicsBodyRegistry.d.ts +1 -1
- package/dist/Physics/Renderers/PhysicsDebugRenderer.d.ts +2 -2
- package/dist/Physics/Services/PhysicsBodyService.d.ts +1 -1
- package/dist/Physics/Services/PhysicsWorldService.d.ts +3 -3
- package/dist/Physics/Utils/ParamsUtils.d.ts +2 -2
- package/dist/Physics/Utils/PhysicsMovementUtils.d.ts +4 -4
- package/dist/Renderer/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Renderer/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Renderer/Factories/RendererFactory.d.ts +1 -1
- package/dist/Renderer/Loop/RendererLoopEffect.d.ts +4 -4
- package/dist/Renderer/Mixins/WithThreeJsRendererParamsAccessors.d.ts +1 -1
- package/dist/Renderer/Mixins/WithThreeJsRendererPropsAccessors.d.ts +1 -1
- package/dist/Renderer/Models/TRendererFactory.d.ts +1 -1
- package/dist/Renderer/Models/TRendererParams.d.ts +2 -2
- package/dist/Renderer/Models/TRendererRegistry.d.ts +1 -1
- package/dist/Renderer/Models/TRendererService.d.ts +2 -2
- package/dist/Renderer/Models/TRendererServiceDependencies.d.ts +2 -2
- package/dist/Renderer/Models/TRendererWrapper.d.ts +2 -2
- package/dist/Renderer/Models/TRendererWrapperDependencies.d.ts +2 -2
- package/dist/Renderer/Registries/RendererRegistry.d.ts +1 -1
- package/dist/Renderer/Services/RendererService.d.ts +3 -3
- package/dist/Renderer/Wrappers/Accessors.d.ts +1 -1
- package/dist/Renderer/Wrappers/RendererWrapper.d.ts +1 -1
- package/dist/Scene/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Scene/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Scene/Factories/SceneFactory.d.ts +1 -1
- package/dist/Scene/Models/TSceneAccessors.d.ts +10 -10
- package/dist/Scene/Models/TSceneConfig.d.ts +1 -1
- package/dist/Scene/Models/TSceneFactory.d.ts +1 -1
- package/dist/Scene/Models/TSceneObject.d.ts +1 -1
- package/dist/Scene/Models/TSceneParams.d.ts +3 -3
- package/dist/Scene/Models/TSceneRegistry.d.ts +1 -1
- package/dist/Scene/Models/TSceneWrapper.d.ts +2 -2
- package/dist/Scene/Models/TScenesService.d.ts +2 -2
- package/dist/Scene/Registries/SceneRegistry.d.ts +1 -1
- package/dist/Scene/Services/ScenesService.d.ts +1 -1
- package/dist/Scene/Wrappers/SceneWrapper.d.ts +1 -1
- package/dist/Space/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Space/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Space/Entities/Space.d.ts +1 -1
- package/dist/Space/Entities/SpaceFromConfig.d.ts +1 -1
- package/dist/Space/Factories/SpaceFactory.d.ts +1 -1
- package/dist/Space/Models/TRenderLoop.d.ts +1 -1
- package/dist/Space/Models/TSpace.d.ts +2 -2
- package/dist/Space/Models/TSpaceBaseServices.d.ts +2 -2
- package/dist/Space/Models/TSpaceConfig.d.ts +1 -1
- package/dist/Space/Models/TSpaceConfigEntities.d.ts +16 -16
- package/dist/Space/Models/TSpaceConfigResources.d.ts +5 -5
- package/dist/Space/Models/TSpaceEvents.d.ts +1 -1
- package/dist/Space/Models/TSpaceFactory.d.ts +1 -1
- package/dist/Space/Models/TSpaceLoops.d.ts +10 -10
- package/dist/Space/Models/TSpaceParams.d.ts +3 -3
- package/dist/Space/Models/TSpaceParamsEntities.d.ts +16 -16
- package/dist/Space/Models/TSpaceRegistry.d.ts +1 -1
- package/dist/Space/Models/TSpaceService.d.ts +2 -2
- package/dist/Space/Models/TSpaceServices.d.ts +25 -25
- package/dist/Space/Models/TSpaceSettings.d.ts +3 -3
- package/dist/Space/Registries/SpaceRegistry.d.ts +1 -1
- package/dist/Space/Services/SpaceService.d.ts +1 -1
- package/dist/Space/Utils/CanvasUtils.d.ts +2 -2
- package/dist/Space/Utils/CreateEntitiesUtils.d.ts +3 -3
- package/dist/Space/Utils/CreateLoopsUtils.d.ts +2 -2
- package/dist/Space/Utils/LoadResourcesUtils.d.ts +1 -1
- package/dist/Space/Utils/PrepareServicesUtils.d.ts +3 -3
- package/dist/Space/Utils/SchemaValidationUtils.d.ts +6 -6
- package/dist/Space/Validators/SchemasValidator.d.ts +1 -1
- package/dist/Space/Validators/ValidateConfig.d.ts +1 -1
- package/dist/Space/Validators/ValidateSpace.d.ts +1 -1
- package/dist/Spatial/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Spatial/Adapters/ConfigToParamsSpatialData.d.ts +1 -1
- package/dist/Spatial/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Spatial/Factories/SpatialGridFactory.d.ts +1 -1
- package/dist/Spatial/Mixins/WithReactivePosition.d.ts +1 -1
- package/dist/Spatial/Mixins/WithReactiveRotation.d.ts +1 -1
- package/dist/Spatial/Mixins/WithSpatial.d.ts +2 -2
- package/dist/Spatial/Mixins/WithUpdateSpatialCell.d.ts +1 -1
- package/dist/Spatial/Models/TParamsFromConfigSpatial.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialCell.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialCellParams.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialCellWrapper.d.ts +3 -3
- package/dist/Spatial/Models/TSpatialData.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialDataConfig.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialDataParams.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialGridFactory.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialGridParams.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialGridRegistry.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialGridService.d.ts +2 -2
- package/dist/Spatial/Models/TSpatialGridWrapper.d.ts +4 -4
- package/dist/Spatial/Models/TSpatialLoop.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialMethods.d.ts +1 -1
- package/dist/Spatial/Models/TSpatialPerformanceOptions.d.ts +1 -1
- package/dist/Spatial/Models/TWithSpatial.d.ts +1 -1
- package/dist/Spatial/Models/TWithUpdateSpatialCell.d.ts +1 -1
- package/dist/Spatial/Registries/SpatialGridRegistry.d.ts +1 -1
- package/dist/Spatial/Services/SpatialGridService.d.ts +1 -1
- package/dist/Spatial/Services/SpatialHelper.d.ts +1 -1
- package/dist/Spatial/Wrappers/SpatialCellWrapper.d.ts +1 -1
- package/dist/Spatial/Wrappers/SpatialGridWrapper.d.ts +1 -1
- package/dist/Text/Adapters/ConfigToParams.d.ts +1 -1
- package/dist/Text/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/Text/Factories/TextFactory.d.ts +1 -1
- package/dist/Text/Loop/TextLoopEffect.d.ts +3 -3
- package/dist/Text/Models/TAbstractTextWrapper.d.ts +3 -3
- package/dist/Text/Models/TTextConfig.d.ts +2 -2
- package/dist/Text/Models/TTextCssProps.d.ts +2 -2
- package/dist/Text/Models/TTextFactory.d.ts +2 -2
- package/dist/Text/Models/TTextLoop.d.ts +1 -1
- package/dist/Text/Models/TTextParams.d.ts +6 -6
- package/dist/Text/Models/TTextRegistry.d.ts +2 -2
- package/dist/Text/Models/TTextRenderer.d.ts +2 -2
- package/dist/Text/Models/TTextRendererRegistry.d.ts +1 -1
- package/dist/Text/Models/TTextService.d.ts +3 -3
- package/dist/Text/Models/TTextServiceDependencies.d.ts +4 -4
- package/dist/Text/Models/TTextTextureWrapper.d.ts +3 -3
- package/dist/Text/Models/TTextTransformAgents.d.ts +1 -1
- package/dist/Text/Models/TTextTransformDrive.d.ts +1 -1
- package/dist/Text/Models/TTextTransformDriveDependencies.d.ts +2 -2
- package/dist/Text/Models/TTextWrapper.d.ts +4 -4
- package/dist/Text/Registries/Text2dRegistry.d.ts +1 -1
- package/dist/Text/Registries/Text2dRendererRegistry.d.ts +1 -1
- package/dist/Text/Registries/Text3dRegistry.d.ts +1 -1
- package/dist/Text/Registries/Text3dRendererRegistry.d.ts +1 -1
- package/dist/Text/Registries/Text3dTextureRegistry.d.ts +1 -1
- package/dist/Text/Renderers/Text2dRenderer.d.ts +2 -2
- package/dist/Text/Renderers/Text3dRenderer.d.ts +2 -2
- package/dist/Text/Renderers/TextRendererBuilder.d.ts +3 -3
- package/dist/Text/Services/TextService.d.ts +3 -3
- package/dist/Text/TransformDrive/TextTransformDrive.d.ts +1 -1
- package/dist/Text/Utils/TextUtils.d.ts +1 -1
- package/dist/Text/Wrappers/Accessors.d.ts +2 -2
- package/dist/Text/Wrappers/Text2dWrapper.d.ts +1 -1
- package/dist/Text/Wrappers/Text3dTextureWrapper.d.ts +1 -1
- package/dist/Text/Wrappers/Text3dWrapper.d.ts +1 -1
- package/dist/Text/Wrappers/TextTextureWrapper.d.ts +2 -2
- package/dist/Text/Wrappers/TextWrapper.d.ts +2 -2
- package/dist/Text/Wrappers/TextWrapperBuilder.d.ts +1 -1
- package/dist/Text/Wrappers/TextWrapperHelper.d.ts +3 -3
- package/dist/Texture/Loaders/TexturesLoader.d.ts +2 -2
- package/dist/Texture/Models/TTextureAsyncRegistry.d.ts +1 -1
- package/dist/Texture/Models/TTextureMetaInfoRegistry.d.ts +1 -1
- package/dist/Texture/Models/TTextureResourceConfig.d.ts +1 -1
- package/dist/Texture/Models/TTextureService.d.ts +2 -2
- package/dist/Texture/Models/TTexturesLoader.d.ts +1 -1
- package/dist/Texture/Registries/TextureMetaInfoRegistry.d.ts +1 -1
- package/dist/Texture/Registries/TextureResourceAsyncRegistry.d.ts +1 -1
- package/dist/Texture/Services/TextureService.d.ts +2 -2
- package/dist/Texture/Utils/TextureServiceHelper.d.ts +2 -2
- package/dist/ThreeLib/Models/TBoxGeometryParams.d.ts +1 -1
- package/dist/ThreeLib/Models/TPlaneGeometryParams.d.ts +1 -1
- package/dist/ThreeLib/Models/TSphereGeometryParams.d.ts +1 -1
- package/dist/ThreeLib/Utils/Object3dUtils.d.ts +1 -1
- package/dist/TransformDrive/Adapters/EntityToConfig.d.ts +1 -1
- package/dist/TransformDrive/Entities/Agents/AbstractTransformAgent.d.ts +2 -2
- package/dist/TransformDrive/Entities/Agents/ConnectedTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Entities/Agents/DefaultTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Entities/Agents/KinematicTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Entities/Agents/PhysicsTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Entities/Connectors/DriveToTargetConnector.d.ts +2 -2
- package/dist/TransformDrive/Entities/Drive/TransformDrive.d.ts +2 -2
- package/dist/TransformDrive/Factories/TransformDriveFactory.d.ts +1 -1
- package/dist/TransformDrive/Mixins/WithMutablePositionConnector.d.ts +2 -2
- package/dist/TransformDrive/Mixins/WithMutableRotationConnector.d.ts +2 -2
- package/dist/TransformDrive/Mixins/WithMutableScaleConnector.d.ts +2 -2
- package/dist/TransformDrive/Mixins/WithProxyTransform.d.ts +2 -2
- package/dist/TransformDrive/Models/TAbstractTransformAgent.d.ts +3 -3
- package/dist/TransformDrive/Models/TConnectedTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Models/TDefaultTransformAgent.d.ts +1 -1
- package/dist/TransformDrive/Models/TDriveToTargetConnector.d.ts +1 -1
- package/dist/TransformDrive/Models/TGetTransformAgentsParams.d.ts +4 -4
- package/dist/TransformDrive/Models/TKinematicAgentDependencies.d.ts +1 -1
- package/dist/TransformDrive/Models/TKinematicSpeed.d.ts +2 -2
- package/dist/TransformDrive/Models/TKinematicTransformAgent.d.ts +2 -2
- package/dist/TransformDrive/Models/TKinematicTransformAgentParams.d.ts +1 -1
- package/dist/TransformDrive/Models/TOffsets.d.ts +1 -1
- package/dist/TransformDrive/Models/TPhysicsAgentDependencies.d.ts +1 -1
- package/dist/TransformDrive/Models/TPhysicsTransformAgent.d.ts +2 -2
- package/dist/TransformDrive/Models/TPhysicsTransformAgentParams.d.ts +2 -2
- package/dist/TransformDrive/Models/TReadonlyTransform.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformAgentPerformanceParams.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformAgents.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDrive.d.ts +4 -4
- package/dist/TransformDrive/Models/TTransformDriveFactory.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDriveFactoryParams.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDriveParams.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDrivePerformanceOptions.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDriveRegistry.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformDriveSerializedData.d.ts +3 -3
- package/dist/TransformDrive/Models/TTransformDriveService.d.ts +4 -4
- package/dist/TransformDrive/Models/TTransformDriveServiceDependencies.d.ts +1 -1
- package/dist/TransformDrive/Models/TTransformLoop.d.ts +1 -1
- package/dist/TransformDrive/Models/TWithMutablePositionConnector.d.ts +1 -1
- package/dist/TransformDrive/Models/TWithMutableRotationConnector.d.ts +2 -2
- package/dist/TransformDrive/Models/TWithMutableScaleConnector.d.ts +1 -1
- package/dist/TransformDrive/Models/TWithTransformAgentParam.d.ts +1 -1
- package/dist/TransformDrive/Registries/TransformDriveRegistry.d.ts +1 -1
- package/dist/TransformDrive/Services/TransformDriveService.d.ts +1 -1
- package/dist/TransformDrive/Utils/ActorDriveUtils.d.ts +2 -2
- package/dist/TransformDrive/Utils/AgentUtils.d.ts +3 -3
- package/dist/TransformDrive/Utils/KinematicAgentUtils.d.ts +5 -5
- package/dist/TransformDrive/Utils/PhysicsTransformAgentUtils.d.ts +4 -4
- package/dist/TransformDrive/Utils/TransformDriveUtils.d.ts +3 -3
- package/dist/Utils/CheckUtils.d.ts +5 -5
- package/dist/Utils/CoordsUtils.d.ts +2 -2
- package/dist/Utils/DestroyUtils.d.ts +4 -4
- package/dist/Utils/DomUtils.d.ts +2 -2
- package/dist/Utils/EntityUtils.d.ts +1 -1
- package/dist/Utils/RegistryAsyncUtils.d.ts +2 -2
- package/dist/Utils/RegistryUtils.d.ts +3 -3
- package/dist/Utils/ScreenUtils.d.ts +2 -2
- package/dist/Utils/TagsUtils.d.ts +1 -1
- package/dist/Utils/TransformUtils.d.ts +1 -1
- package/dist/Utils/WrapperHelpers.d.ts +3 -3
- package/legal/NOTICE.md +1 -1
- package/legal/THIRD_PARTY_LICENSES.md +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFsmSourceRegistry } from '
|
|
1
|
+
import { TFsmSourceRegistry } from '@hellpig/anarchy-engine/Fsm/Models';
|
|
2
2
|
export declare function FsmSourceRegistry(): TFsmSourceRegistry;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TFsmInstanceFactory, TFsmInstanceRegistry } from '
|
|
2
|
-
import { TFsmInstanceService } from '
|
|
1
|
+
import { TFsmInstanceFactory, TFsmInstanceRegistry } from '@hellpig/anarchy-engine/Fsm/Models';
|
|
2
|
+
import { TFsmInstanceService } from '@hellpig/anarchy-engine/Fsm/Models/TFsmInstanceService';
|
|
3
3
|
export declare function FsmInstanceService(factory: TFsmInstanceFactory, registry: TFsmInstanceRegistry): TFsmInstanceService;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFsmInstanceFactory, TFsmInstanceRegistry, TFsmService, TFsmSourceFactory, TFsmSourceRegistry } from '
|
|
1
|
+
import { TFsmInstanceFactory, TFsmInstanceRegistry, TFsmService, TFsmSourceFactory, TFsmSourceRegistry } from '@hellpig/anarchy-engine/Fsm/Models';
|
|
2
2
|
export declare function FsmService(instanceFactory: TFsmInstanceFactory, sourceFactory: TFsmSourceFactory, instanceRegistry: TFsmInstanceRegistry, sourceRegistry: TFsmSourceRegistry): TFsmService;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFsmSourceFactory, TFsmSourceRegistry, TFsmSourceService } from '
|
|
1
|
+
import { TFsmSourceFactory, TFsmSourceRegistry, TFsmSourceService } from '@hellpig/anarchy-engine/Fsm/Models';
|
|
2
2
|
export declare function FsmSourceService(factory: TFsmSourceFactory, registry: TFsmSourceRegistry): TFsmSourceService;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TFsmParams, TFsmWrapper } from '
|
|
1
|
+
import { TFsmParams, TFsmWrapper } from '@hellpig/anarchy-engine/Fsm/Models';
|
|
2
2
|
export declare function FsmWrapper(params: TFsmParams): TFsmWrapper;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAppGlobalContainer, TContainerDecorator } from '
|
|
1
|
+
import { TAppGlobalContainer, TContainerDecorator } from '@hellpig/anarchy-engine/Global/Models';
|
|
2
2
|
export declare function ContainerDecorator(container: TAppGlobalContainer | HTMLElement): TContainerDecorator;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TDestroyable, TNoSpread, TWithId } from '
|
|
2
|
-
import { TSpaceCanvas } from '
|
|
1
|
+
import { TDestroyable, TNoSpread, TWithId } from '@hellpig/anarchy-engine/Mixins';
|
|
2
|
+
import { TSpaceCanvas } from '@hellpig/anarchy-engine/Space';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { TAppGlobalContainer } from './TAppGlobalContainer';
|
|
5
5
|
export type TContainerDecorator = Readonly<{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TContainerDecorator } from '
|
|
1
|
+
import { TContainerDecorator } from '@hellpig/anarchy-engine/Global/Models';
|
|
2
2
|
export declare function getCanvasContainer(canvas: HTMLCanvasElement): TContainerDecorator | never;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TActorService } from '
|
|
2
|
-
import { TCameraService } from '
|
|
3
|
-
import { TAnyIntersectionsWatcherConfig, TAnyIntersectionsWatcherParams } from '
|
|
4
|
-
import { TLoopService } from '
|
|
5
|
-
import { TMouseService } from '
|
|
1
|
+
import { TActorService } from '@hellpig/anarchy-engine/Actor';
|
|
2
|
+
import { TCameraService } from '@hellpig/anarchy-engine/Camera';
|
|
3
|
+
import { TAnyIntersectionsWatcherConfig, TAnyIntersectionsWatcherParams } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
4
|
+
import { TLoopService } from '@hellpig/anarchy-engine/Loop';
|
|
5
|
+
import { TMouseService } from '@hellpig/anarchy-engine/Mouse';
|
|
6
6
|
export declare function intersectionsWatcherConfigToParams(config: TAnyIntersectionsWatcherConfig, mouseService: TMouseService, cameraService: TCameraService, actorsService: TActorService, loopService: TLoopService): TAnyIntersectionsWatcherParams | never;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TAbstractIntersectionsWatcherConfig, TAnyIntersectionsWatcher, TAnyIntersectionsWatcherConfig, TIntersectionsCameraWatcher, TIntersectionsCameraWatcherConfig, TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherConfig, TIntersectionsWatcher } from '
|
|
2
|
-
import { TIntersectionsWatcherConfig } from '
|
|
1
|
+
import { TAbstractIntersectionsWatcherConfig, TAnyIntersectionsWatcher, TAnyIntersectionsWatcherConfig, TIntersectionsCameraWatcher, TIntersectionsCameraWatcherConfig, TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherConfig, TIntersectionsWatcher } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
|
+
import { TIntersectionsWatcherConfig } from '@hellpig/anarchy-engine/Intersections/Models/TIntersectionsWatcherConfig';
|
|
3
3
|
export declare function intersectionsEntityToConfig(entity: TAnyIntersectionsWatcher): TAnyIntersectionsWatcherConfig;
|
|
4
4
|
export declare function intersectionsAbstractToConfig(entity: TIntersectionsWatcher): TIntersectionsWatcherConfig;
|
|
5
5
|
export declare function intersectionsCameraToConfig(entity: TIntersectionsCameraWatcher): Omit<TIntersectionsCameraWatcherConfig, keyof TAbstractIntersectionsWatcherConfig>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TIntersectionsWatcherFactory } from '
|
|
1
|
+
import { TIntersectionsWatcherFactory } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function IntersectionsWatcherFactory(): TIntersectionsWatcherFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TWatcher } from '
|
|
2
|
-
import { TActor } from '
|
|
3
|
-
import { TRawModel3d } from '
|
|
1
|
+
import { TWatcher } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TActor } from '@hellpig/anarchy-engine/Actor';
|
|
3
|
+
import { TRawModel3d } from '@hellpig/anarchy-engine/Models3d';
|
|
4
4
|
import { Raycaster } from 'three';
|
|
5
5
|
import { TIntersectionEvent } from './TIntersectionEvent';
|
|
6
6
|
import { TIntersectionsLoop } from './TIntersectionsLoop';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TActor } from '
|
|
2
|
-
import { TWithName, TWithTags } from '
|
|
1
|
+
import { TActor } from '@hellpig/anarchy-engine/Actor';
|
|
2
|
+
import { TWithName, TWithTags } from '@hellpig/anarchy-engine/Mixins';
|
|
3
3
|
import { TIntersectionsLoop } from './TIntersectionsLoop';
|
|
4
4
|
import { TIntersectionsWatcherPerformanceOptions } from './TIntersectionsWatcherPerformanceOptions';
|
|
5
5
|
export type TAbstractIntersectionsWatcherParams = Readonly<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TAnyCameraWrapper } from '
|
|
1
|
+
import { TAnyCameraWrapper } from '@hellpig/anarchy-engine/Camera';
|
|
2
2
|
import { TIntersectionsWatcher } from './TIntersectionsWatcher';
|
|
3
3
|
export type TIntersectionsCameraWatcher = TIntersectionsWatcher & Readonly<{
|
|
4
4
|
findCamera: () => TAnyCameraWrapper | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TAnyCameraWrapper } from '
|
|
1
|
+
import { TAnyCameraWrapper } from '@hellpig/anarchy-engine/Camera';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { Vector2Like } from 'three';
|
|
4
4
|
import { TAbstractIntersectionsWatcherParams } from './TAbstractIntersectionsWatcherParams';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TContainerDecorator } from '
|
|
2
|
-
import { TReadonlyVector3 } from '
|
|
1
|
+
import { TContainerDecorator } from '@hellpig/anarchy-engine/Global';
|
|
2
|
+
import { TReadonlyVector3 } from '@hellpig/anarchy-engine/ThreeLib';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { ColorRepresentation, Vector3Like } from 'three';
|
|
5
5
|
import { Line2 } from '../../../../../node_modules/@types/three/examples/jsm/lines/Line2';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TReadonlyVector3 } from '
|
|
1
|
+
import { TReadonlyVector3 } from '@hellpig/anarchy-engine/ThreeLib';
|
|
2
2
|
import { TAbstractIntersectionsWatcherParams } from './TAbstractIntersectionsWatcherParams';
|
|
3
3
|
export type TIntersectionsDirectionWatcherParams = TAbstractIntersectionsWatcherParams & Readonly<{
|
|
4
4
|
origin: TReadonlyVector3;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TParamsFromConfig, TReactiveFactory } from '
|
|
2
|
-
import { TActorService } from '
|
|
3
|
-
import { TCameraService } from '
|
|
4
|
-
import { TLoopService } from '
|
|
5
|
-
import { TMouseService } from '
|
|
1
|
+
import { TParamsFromConfig, TReactiveFactory } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TActorService } from '@hellpig/anarchy-engine/Actor';
|
|
3
|
+
import { TCameraService } from '@hellpig/anarchy-engine/Camera';
|
|
4
|
+
import { TLoopService } from '@hellpig/anarchy-engine/Loop';
|
|
5
|
+
import { TMouseService } from '@hellpig/anarchy-engine/Mouse';
|
|
6
6
|
import { TAnyIntersectionsWatcher } from './TAnyIntersectionsWatcher';
|
|
7
7
|
import { TAnyIntersectionsWatcherConfig } from './TAnyIntersectionsWatcherConfig';
|
|
8
8
|
import { TAnyIntersectionsWatcherParams } from './TAnyIntersectionsWatcherParams';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TAbstractEntityRegistry } from '
|
|
1
|
+
import { TAbstractEntityRegistry } from '@hellpig/anarchy-engine/Abstract/Models';
|
|
2
2
|
import { TAnyIntersectionsWatcher } from './TAnyIntersectionsWatcher';
|
|
3
3
|
export type TIntersectionsWatcherRegistry = TAbstractEntityRegistry<TAnyIntersectionsWatcher>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TSerializableEntitiesService } from '
|
|
2
|
-
import { TActorService } from '
|
|
3
|
-
import { TCameraService } from '
|
|
4
|
-
import { TLoopService } from '
|
|
5
|
-
import { TWithCreateFromConfigService, TWithCreateService, TWithFactoryService, TWithRegistryService } from '
|
|
6
|
-
import { TMouseService } from '
|
|
1
|
+
import { TSerializableEntitiesService } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TActorService } from '@hellpig/anarchy-engine/Actor';
|
|
3
|
+
import { TCameraService } from '@hellpig/anarchy-engine/Camera';
|
|
4
|
+
import { TLoopService } from '@hellpig/anarchy-engine/Loop';
|
|
5
|
+
import { TWithCreateFromConfigService, TWithCreateService, TWithFactoryService, TWithRegistryService } from '@hellpig/anarchy-engine/Mixins';
|
|
6
|
+
import { TMouseService } from '@hellpig/anarchy-engine/Mouse';
|
|
7
7
|
import { TAnyIntersectionsWatcher } from './TAnyIntersectionsWatcher';
|
|
8
8
|
import { TAnyIntersectionsWatcherConfig } from './TAnyIntersectionsWatcherConfig';
|
|
9
9
|
import { TAnyIntersectionsWatcherParams } from './TAnyIntersectionsWatcherParams';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TIntersectionsWatcherRegistry } from '
|
|
1
|
+
import { TIntersectionsWatcherRegistry } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function IntersectionsWatcherRegistry(): TIntersectionsWatcherRegistry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TIntersectionsWatcherFactory, TIntersectionsWatcherRegistry, TIntersectionsWatcherService } from '
|
|
1
|
+
import { TIntersectionsWatcherFactory, TIntersectionsWatcherRegistry, TIntersectionsWatcherService } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function IntersectionsWatcherService(factory: TIntersectionsWatcherFactory, registry: TIntersectionsWatcherRegistry): TIntersectionsWatcherService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TIntersectionsCameraWatcher, TIntersectionsCameraWatcherConfig, TIntersectionsCameraWatcherParams, TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherConfig, TIntersectionsDirectionWatcherParams } from '
|
|
2
|
-
import { TReadonlyVector2, TReadonlyVector3 } from '
|
|
1
|
+
import { TIntersectionsCameraWatcher, TIntersectionsCameraWatcherConfig, TIntersectionsCameraWatcherParams, TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherConfig, TIntersectionsDirectionWatcherParams } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
|
+
import { TReadonlyVector2, TReadonlyVector3 } from '@hellpig/anarchy-engine/ThreeLib';
|
|
3
3
|
export declare function isIntersectionsDirectionWatcherConfig(config: TIntersectionsCameraWatcherConfig | TIntersectionsDirectionWatcherConfig): config is TIntersectionsDirectionWatcherConfig;
|
|
4
4
|
export declare function isIntersectionsCameraWatcherConfig(config: TIntersectionsCameraWatcherConfig | TIntersectionsDirectionWatcherConfig): config is TIntersectionsCameraWatcherConfig;
|
|
5
5
|
export declare function isIntersectionsDirectionWatcherParams(params: TIntersectionsCameraWatcherParams | TIntersectionsDirectionWatcherParams): params is TIntersectionsDirectionWatcherParams;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractIntersectionsWatcher, TAnyIntersectionsWatcherParams } from '
|
|
1
|
+
import { TAbstractIntersectionsWatcher, TAnyIntersectionsWatcherParams } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function AbstractIntersectionsWatcher({ isAutoStart, tags, name, intersectionsLoop, far, ...rest }: TAnyIntersectionsWatcherParams): TAbstractIntersectionsWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TIntersectionsCameraWatcher, TIntersectionsCameraWatcherParams } from '
|
|
1
|
+
import { TIntersectionsCameraWatcher, TIntersectionsCameraWatcherParams } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function IntersectionsCameraWatcher(params: TIntersectionsCameraWatcherParams): TIntersectionsCameraWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherParams } from '
|
|
1
|
+
import { TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherParams } from '@hellpig/anarchy-engine/Intersections/Models';
|
|
2
2
|
export declare function IntersectionsDirectionWatcher(params: TIntersectionsDirectionWatcherParams): TIntersectionsDirectionWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKeyWatcherFactory } from '
|
|
1
|
+
import { TKeyWatcherFactory } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare const KeyWatcherFactory: () => TKeyWatcherFactory;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractWatcher } from '
|
|
1
|
+
import { TAbstractWatcher } from '@hellpig/anarchy-engine/Abstract';
|
|
2
2
|
export type TKeyWatcher = TAbstractWatcher<KeyboardEvent>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TReactiveFactory } from '
|
|
1
|
+
import { TReactiveFactory } from '@hellpig/anarchy-engine/Abstract';
|
|
2
2
|
import { TKeyComboWatcher } from './TKeyComboWatcher';
|
|
3
3
|
import { TKeyComboWatcherDependencies } from './TKeyComboWatcherDependencies';
|
|
4
4
|
import { TKeyWatcher } from './TKeyWatcher';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WatcherTag } from '
|
|
2
|
-
import { TContainerDecorator } from '
|
|
3
|
-
import { KeyWatcherType } from '
|
|
1
|
+
import { WatcherTag } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TContainerDecorator } from '@hellpig/anarchy-engine/Global';
|
|
3
|
+
import { KeyWatcherType } from '@hellpig/anarchy-engine/Keyboard/Constants';
|
|
4
4
|
export type TKeyWatcherParams = Readonly<{
|
|
5
5
|
type: KeyWatcherType;
|
|
6
6
|
container: TContainerDecorator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TAbstractEntityRegistry } from '
|
|
1
|
+
import { TAbstractEntityRegistry } from '@hellpig/anarchy-engine/Abstract/Models';
|
|
2
2
|
import { TKeyComboWatcher } from './TKeyComboWatcher';
|
|
3
3
|
import { TKeyWatcher } from './TKeyWatcher';
|
|
4
4
|
export type TKeyWatcherRegistry = TAbstractEntityRegistry<TKeyWatcher | TKeyComboWatcher>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TAbstractService } from '
|
|
2
|
-
import { TKeyEvent } from '
|
|
1
|
+
import { TAbstractService } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TKeyEvent } from '@hellpig/anarchy-engine/Keyboard/Models/TKeyEvent';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { TKeysCombo } from './TKeysCombo';
|
|
5
5
|
export type TKeyboardService = TAbstractService & Readonly<{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKeyWatcherRegistry } from '
|
|
1
|
+
import { TKeyWatcherRegistry } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare function KeyWatcherRegistry(): TKeyWatcherRegistry;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TContainerDecorator } from '
|
|
2
|
-
import { TKeyboardService, TKeyWatcherFactory, TKeyWatcherRegistry } from '
|
|
1
|
+
import { TContainerDecorator } from '@hellpig/anarchy-engine/Global';
|
|
2
|
+
import { TKeyboardService, TKeyWatcherFactory, TKeyWatcherRegistry } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
3
3
|
export declare function KeyboardService(container: TContainerDecorator, keyWatcherFactory: TKeyWatcherFactory, keyWatcherRegistry: TKeyWatcherRegistry): TKeyboardService;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TGameKey, TKeyEvent } from '
|
|
1
|
+
import { TGameKey, TKeyEvent } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
import { OperatorFunction } from 'rxjs';
|
|
3
3
|
export declare const onKeysCombo: (keys: ReadonlyArray<TGameKey>) => OperatorFunction<TKeyEvent, TKeyEvent>;
|
|
4
4
|
export declare const onKey: (key: TGameKey) => OperatorFunction<TKeyEvent, TKeyEvent>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TGameKey, TKeyEvent, TKeysCombo } from '
|
|
1
|
+
import { TGameKey, TKeyEvent, TKeysCombo } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare const hasKey: (key: TGameKey, keys: TKeysCombo) => boolean;
|
|
3
3
|
export declare const hasNoKey: (key: TGameKey, keys: TKeysCombo) => boolean;
|
|
4
4
|
export declare const isKeyInEvent: (key: TGameKey, keyEvent: TKeyEvent | undefined) => boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKeyComboWatcher, TKeyComboWatcherDependencies, TKeyComboWatcherParams } from '
|
|
1
|
+
import { TKeyComboWatcher, TKeyComboWatcherDependencies, TKeyComboWatcherParams } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare function KeyComboWatcher({ container, tags }: TKeyComboWatcherParams, { keyPressWatcher, keyReleaseWatcher }: TKeyComboWatcherDependencies): TKeyComboWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKeyWatcher, TKeyWatcherParams } from '
|
|
1
|
+
import { TKeyWatcher, TKeyWatcherParams } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare function KeyPressWatcher({ container, tags }: TKeyWatcherParams): TKeyWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKeyWatcher, TKeyWatcherParams } from '
|
|
1
|
+
import { TKeyWatcher, TKeyWatcherParams } from '@hellpig/anarchy-engine/Keyboard/Models';
|
|
2
2
|
export declare function KeyReleaseWatcher({ container, tags }: TKeyWatcherParams): TKeyWatcher;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKinematicConfig, TKinematicParams } from '
|
|
1
|
+
import { TKinematicConfig, TKinematicParams } from '@hellpig/anarchy-engine/Kinematic/Models';
|
|
2
2
|
export declare function kinematicConfigToParams(config: TKinematicConfig): TKinematicParams;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TKinematicConfig } from '
|
|
2
|
-
import { TKinematicTransformAgent } from '
|
|
1
|
+
import { TKinematicConfig } from '@hellpig/anarchy-engine/Kinematic/Models';
|
|
2
|
+
import { TKinematicTransformAgent } from '@hellpig/anarchy-engine/TransformDrive';
|
|
3
3
|
export declare function kinematicEntityToConfig(entity: TKinematicTransformAgent): TKinematicConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TKinematicConfigState, TKinematicState, TKinematicTarget } from '
|
|
2
|
-
import { TMeters } from '
|
|
1
|
+
import { TKinematicConfigState, TKinematicState, TKinematicTarget } from '@hellpig/anarchy-engine/Kinematic/Models';
|
|
2
|
+
import { TMeters } from '@hellpig/anarchy-engine/Math';
|
|
3
3
|
export declare enum KinematicSpeed {
|
|
4
4
|
Instant = "instant"
|
|
5
5
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TOptional } from '
|
|
1
|
+
import { TOptional } from '@hellpig/anarchy-shared/Utils';
|
|
2
2
|
import { TKinematicDataConfig } from './TKinematicDataConfig';
|
|
3
3
|
export type TKinematicConfig = TOptional<TKinematicDataConfig> & Readonly<{
|
|
4
4
|
isAutoUpdate: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TOptional, TWriteable } from '
|
|
1
|
+
import { TOptional, TWriteable } from '@hellpig/anarchy-shared/Utils';
|
|
2
2
|
import { TKinematicState } from './TKinematicState';
|
|
3
3
|
import { TKinematicTarget } from './TKinematicTarget';
|
|
4
4
|
export type TKinematicData = Readonly<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ForwardAxis } from '
|
|
2
|
-
import { TMeters, TMetersPerSecond, TRadians, TRadiansPerSecond } from '
|
|
3
|
-
import { TReadonlyQuaternion, TReadonlyVector3 } from '
|
|
4
|
-
import { TKinematicSpeed } from '
|
|
1
|
+
import { ForwardAxis } from '@hellpig/anarchy-engine/Kinematic/Constants';
|
|
2
|
+
import { TMeters, TMetersPerSecond, TRadians, TRadiansPerSecond } from '@hellpig/anarchy-engine/Math';
|
|
3
|
+
import { TReadonlyQuaternion, TReadonlyVector3 } from '@hellpig/anarchy-engine/ThreeLib';
|
|
4
|
+
import { TKinematicSpeed } from '@hellpig/anarchy-engine/TransformDrive/Models';
|
|
5
5
|
import { QuaternionLike, Vector3Like } from 'three';
|
|
6
6
|
import { TKinematicData } from './TKinematicData';
|
|
7
7
|
export type TKinematicMethods = Readonly<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TOptional } from '
|
|
1
|
+
import { TOptional } from '@hellpig/anarchy-shared/Utils';
|
|
2
2
|
import { TKinematicOptionalData } from './TKinematicData';
|
|
3
3
|
export type TKinematicParams = TOptional<TKinematicOptionalData> & Readonly<{
|
|
4
4
|
isAutoUpdate: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ForwardAxis } from '
|
|
2
|
-
import { TMeters, TMetersPerSecond, TRadiansPerSecond } from '
|
|
3
|
-
import { TEulerLike } from '
|
|
1
|
+
import { ForwardAxis } from '@hellpig/anarchy-engine/Kinematic/Constants';
|
|
2
|
+
import { TMeters, TMetersPerSecond, TRadiansPerSecond } from '@hellpig/anarchy-engine/Math/Types';
|
|
3
|
+
import { TEulerLike } from '@hellpig/anarchy-engine/ThreeLib';
|
|
4
4
|
import { Quaternion, Vector3, Vector3Like } from 'three';
|
|
5
5
|
export type TKinematicState = Readonly<{
|
|
6
6
|
linearSpeed: TMetersPerSecond;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TKinematicConfig } from '
|
|
1
|
+
import { TKinematicConfig } from '@hellpig/anarchy-engine/Kinematic/Models';
|
|
2
2
|
export declare function ignoreDefaultStateKinematic(config: TKinematicConfig | undefined): TKinematicConfig | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAnyLightConfig, TLightParams } from '
|
|
1
|
+
import { TAnyLightConfig, TLightParams } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function lightConfigToParams(config: TAnyLightConfig): TLightParams;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TAbstractLightWrapper, TAmbientLightConfig, TAnyLight, TDirectionalLightConfig, THemisphereLightConfig, THemisphereLightWrapper, TLightShadowConfig, TPointLightConfig, TPointLightWrapper, TRectAreaLightConfig, TRectAreaLightWrapper, TSpotLightConfig, TSpotLightWrapper } from '
|
|
1
|
+
import { TAbstractLightWrapper, TAmbientLightConfig, TAnyLight, TDirectionalLightConfig, THemisphereLightConfig, THemisphereLightWrapper, TLightShadowConfig, TPointLightConfig, TPointLightWrapper, TRectAreaLightConfig, TRectAreaLightWrapper, TSpotLightConfig, TSpotLightWrapper } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function lightEntityToConfig<T extends TAnyLight>(entity: TAbstractLightWrapper<T>): TDirectionalLightConfig | THemisphereLightConfig | TRectAreaLightConfig | TAmbientLightConfig | TSpotLightConfig;
|
|
3
3
|
export declare function onlyHemisphereLightToConfig(entity: THemisphereLightWrapper): Partial<THemisphereLightConfig>;
|
|
4
4
|
export declare function onlyRectAreaLightToConfig(entity: TRectAreaLightWrapper): Partial<TRectAreaLightConfig>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TLightFactory } from '
|
|
1
|
+
import { TLightFactory } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function LightFactory(): TLightFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { LightType } from '
|
|
2
|
-
import { TWithName, TWithTags } from '
|
|
3
|
-
import { TObject3DParams } from '
|
|
4
|
-
import { TWithTransformAgentParam } from '
|
|
1
|
+
import { LightType } from '@hellpig/anarchy-engine/Light/Constants';
|
|
2
|
+
import { TWithName, TWithTags } from '@hellpig/anarchy-engine/Mixins';
|
|
3
|
+
import { TObject3DParams } from '@hellpig/anarchy-engine/ThreeLib';
|
|
4
|
+
import { TWithTransformAgentParam } from '@hellpig/anarchy-engine/TransformDrive';
|
|
5
5
|
import { Color } from 'three';
|
|
6
6
|
import { TLightShadowParams } from './TLightShadowParams';
|
|
7
7
|
export type TAbstractLightParams = Readonly<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TWrapper } from '
|
|
2
|
-
import { LightType } from '
|
|
3
|
-
import { TWithObject3d } from '
|
|
4
|
-
import { TWithTransformDrive } from '
|
|
1
|
+
import { TWrapper } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { LightType } from '@hellpig/anarchy-engine/Light/Constants';
|
|
3
|
+
import { TWithObject3d } from '@hellpig/anarchy-engine/Mixins';
|
|
4
|
+
import { TWithTransformDrive } from '@hellpig/anarchy-engine/TransformDrive';
|
|
5
5
|
import { TAnyLight } from './TAnyLight';
|
|
6
6
|
import { TLightTransformAgents } from './TLightTransformAgents';
|
|
7
7
|
export type TAbstractLightWrapper<T extends TAnyLight> = TWrapper<T> & TWithObject3d & TWithTransformDrive<TLightTransformAgents> & Readonly<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TWithTags } from '
|
|
2
|
-
import { TObject3DParams, TObject3DPropConfig } from '
|
|
1
|
+
import { TWithTags } from '@hellpig/anarchy-engine/Mixins';
|
|
2
|
+
import { TObject3DParams, TObject3DPropConfig } from '@hellpig/anarchy-engine/ThreeLib';
|
|
3
3
|
import { Color, Vector2Like } from 'three';
|
|
4
4
|
import { TAmbientLightParams } from './TAmbientLightParams';
|
|
5
5
|
import { TDirectionalLightParams } from './TDirectionalLightParams';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TParamsFromConfig, TReactiveFactory } from '
|
|
2
|
-
import { TAnyLightConfig, TAnyLightWrapper, TLightParams, TLightServiceDependencies } from '
|
|
1
|
+
import { TParamsFromConfig, TReactiveFactory } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TAnyLightConfig, TAnyLightWrapper, TLightParams, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
3
3
|
export type TLightFactory = TReactiveFactory<TAnyLightWrapper, TLightParams, TLightServiceDependencies> & TParamsFromConfig<TAnyLightConfig, TLightParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TAbstractEntityRegistry } from '
|
|
2
|
-
import { TAbstractLightWrapper, TAnyLight } from '
|
|
1
|
+
import { TAbstractEntityRegistry } from '@hellpig/anarchy-engine/Abstract/Models';
|
|
2
|
+
import { TAbstractLightWrapper, TAnyLight } from '@hellpig/anarchy-engine/Light/Models';
|
|
3
3
|
export type TLightRegistry = TAbstractEntityRegistry<TAbstractLightWrapper<TAnyLight>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TSerializableEntitiesService } from '
|
|
2
|
-
import { TWithCreateFromConfigService, TWithCreateService, TWithFactoryService, TWithRegistryService, TWithSceneGetterService } from '
|
|
1
|
+
import { TSerializableEntitiesService } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TWithCreateFromConfigService, TWithCreateService, TWithFactoryService, TWithRegistryService, TWithSceneGetterService } from '@hellpig/anarchy-engine/Mixins';
|
|
3
3
|
import { TAbstractLightWrapper } from './TAbstractLightWrapper';
|
|
4
4
|
import { TAnyLight } from './TAnyLight';
|
|
5
5
|
import { TAnyLightWrapper } from './TAnyLightWrapper';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TConnectedTransformAgent, TDefaultTransformAgent } from '
|
|
2
|
-
import { TransformAgent } from '
|
|
1
|
+
import { TConnectedTransformAgent, TDefaultTransformAgent } from '@hellpig/anarchy-engine/TransformDrive';
|
|
2
|
+
import { TransformAgent } from '@hellpig/anarchy-engine/TransformDrive/Constants';
|
|
3
3
|
export type TLightTransformAgents = Readonly<{
|
|
4
4
|
[TransformAgent.Connected]: TConnectedTransformAgent;
|
|
5
5
|
[TransformAgent.Default]: TDefaultTransformAgent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TTransformDrive } from '
|
|
1
|
+
import { TTransformDrive } from '@hellpig/anarchy-engine/TransformDrive';
|
|
2
2
|
import { TLightTransformAgents } from './TLightTransformAgents';
|
|
3
3
|
export type TLightTransformDrive = TTransformDrive<TLightTransformAgents>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CameraType, TAnyCameraConfig } from '
|
|
1
|
+
import { CameraType, TAnyCameraConfig } from '@hellpig/anarchy-engine/Camera';
|
|
2
2
|
export type TShadowCameraConfig = Omit<TAnyCameraConfig, 'audioListener' | 'position' | 'rotation' | 'name' | 'isActive' | 'type'> & Readonly<{
|
|
3
3
|
type?: CameraType;
|
|
4
4
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CameraType, TAnyCameraParams, TOrthographicCameraParams, TPerspectiveCameraParams } from '
|
|
1
|
+
import { CameraType, TAnyCameraParams, TOrthographicCameraParams, TPerspectiveCameraParams } from '@hellpig/anarchy-engine/Camera';
|
|
2
2
|
export type TShadowCameraParams = Omit<TAnyCameraParams, 'audioListener' | 'position' | 'rotation' | 'name' | 'isActive' | 'type'> & Readonly<{
|
|
3
3
|
type?: CameraType;
|
|
4
4
|
}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TLightRegistry } from '
|
|
1
|
+
import { TLightRegistry } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function LightRegistry(): TLightRegistry;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TLightFactory, TLightRegistry, TLightService, TLightServiceDependencies } from '
|
|
2
|
-
import { TSceneWrapper } from '
|
|
1
|
+
import { TLightFactory, TLightRegistry, TLightService, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
|
+
import { TSceneWrapper } from '@hellpig/anarchy-engine/Scene';
|
|
3
3
|
export declare function LightService(factory: TLightFactory, registry: TLightRegistry, dependencies: TLightServiceDependencies, scene: TSceneWrapper): TLightService;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TLightParams, TLightServiceDependencies, TLightTransformDrive } from '
|
|
1
|
+
import { TLightParams, TLightServiceDependencies, TLightTransformDrive } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function LightTransformDrive(params: TLightParams, { transformDriveService }: Pick<TLightServiceDependencies, 'transformDriveService'>, relatedEntityId: string): TLightTransformDrive;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { WrapperType } from '
|
|
2
|
-
import { TAmbientLight, TAmbientLightParams, TAnyLight, TDirectionalLight, TDirectionalLightParams, THemisphereLight, THemisphereLightParams, TLightParams, TPointLight, TPointLightParams, TRectAreaLight, TRectAreaLightParams, TSpotLight, TSpotLightParams } from '
|
|
1
|
+
import { WrapperType } from '@hellpig/anarchy-engine/Abstract';
|
|
2
|
+
import { TAmbientLight, TAmbientLightParams, TAnyLight, TDirectionalLight, TDirectionalLightParams, THemisphereLight, THemisphereLightParams, TLightParams, TPointLight, TPointLightParams, TRectAreaLight, TRectAreaLightParams, TSpotLight, TSpotLightParams } from '@hellpig/anarchy-engine/Light/Models';
|
|
3
3
|
export declare function getWrapperType(light: TAnyLight): WrapperType | never;
|
|
4
4
|
export declare function isAmbientLight(light: TAnyLight): light is TAmbientLight;
|
|
5
5
|
export declare function isDirectionalLight(light: TAnyLight): light is TDirectionalLight;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractLightWrapper, TAnyLight, TLightParams, TLightServiceDependencies } from '
|
|
1
|
+
import { TAbstractLightWrapper, TAnyLight, TLightParams, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function AbstractLightWrapper<T extends TAnyLight>(entity: T, params: TLightParams, dependencies: TLightServiceDependencies): TAbstractLightWrapper<T>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractLightWrapper, TAmbientLight, TAmbientLightParams, TLightServiceDependencies } from '
|
|
1
|
+
import { TAbstractLightWrapper, TAmbientLight, TAmbientLightParams, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function AmbientLightWrapper(params: TAmbientLightParams, dependencies: TLightServiceDependencies): TAbstractLightWrapper<TAmbientLight>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractLightWrapper, TDirectionalLight, TDirectionalLightParams, TLightServiceDependencies } from '
|
|
1
|
+
import { TAbstractLightWrapper, TDirectionalLight, TDirectionalLightParams, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function DirectionalLightWrapper(params: TDirectionalLightParams, dependencies: TLightServiceDependencies): TAbstractLightWrapper<TDirectionalLight>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TAbstractLightWrapper, THemisphereLight, THemisphereLightParams, TLightServiceDependencies } from '
|
|
1
|
+
import { TAbstractLightWrapper, THemisphereLight, THemisphereLightParams, TLightServiceDependencies } from '@hellpig/anarchy-engine/Light/Models';
|
|
2
2
|
export declare function HemisphereLightWrapper(params: THemisphereLightParams, dependencies: TLightServiceDependencies): TAbstractLightWrapper<THemisphereLight>;
|