初始提交: UE5.3项目基础框架
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Framework/Commands/Commands.h"
|
||||
|
||||
class FCesiumCommands : public TCommands<FCesiumCommands> {
|
||||
public:
|
||||
FCesiumCommands();
|
||||
|
||||
TSharedPtr<FUICommandInfo> AddFromIon;
|
||||
TSharedPtr<FUICommandInfo> UploadToIon;
|
||||
TSharedPtr<FUICommandInfo> SignOut;
|
||||
TSharedPtr<FUICommandInfo> OpenDocumentation;
|
||||
TSharedPtr<FUICommandInfo> OpenSupport;
|
||||
TSharedPtr<FUICommandInfo> OpenTokenSelector;
|
||||
|
||||
TSharedPtr<FUICommandInfo> OpenCesiumPanel;
|
||||
|
||||
virtual void RegisterCommands() override;
|
||||
};
|
||||
Reference in New Issue
Block a user