feat(All):Initial

This commit is contained in:
2025-10-04 23:36:07 +08:00
commit 2b4e5d2668
1321 changed files with 415958 additions and 0 deletions
@@ -0,0 +1,21 @@
export { AddObjectCommand } from './AddObjectCommand';
export { AddScriptCommand } from './AddScriptCommand';
export { MoveObjectCommand } from './MoveObjectCommand';
export { RemoveObjectCommand } from './RemoveObjectCommand';
export { RemoveScriptCommand } from './RemoveScriptCommand';
export { SetColorCommand } from './SetColorCommand';
export { SetGeometryCommand } from './SetGeometryCommand';
export { SetGeometryValueCommand } from './SetGeometryValueCommand';
export { SetMaterialColorCommand } from './SetMaterialColorCommand';
export { SetMaterialCommand } from './SetMaterialCommand';
export { SetMaterialMapCommand } from './SetMaterialMapCommand';
export { SetMaterialRangeCommand } from './SetMaterialRangeCommand';
export { SetMaterialValueCommand } from './SetMaterialValueCommand';
export { SetMaterialVectorCommand } from './SetMaterialVectorCommand';
export { SetPositionCommand } from './SetPositionCommand';
export { SetRotationCommand } from './SetRotationCommand';
export { SetScaleCommand } from './SetScaleCommand';
export { SetSceneCommand } from './SetSceneCommand';
export { SetScriptValueCommand } from './SetScriptValueCommand';
export { SetUuidCommand } from './SetUuidCommand';
export { SetValueCommand } from './SetValueCommand';